Struct doapi::response::Domain [] [src]

pub struct Domain {
    // some fields omitted
}

Trait Implementations

impl Display for Domain

fn fmt(&self, f: &mut Formatter) -> Result

impl NotArray for Domain

impl NamedResponse for Domain

fn name<'a>() -> Cow<'a, str>

Derived Implementations

impl Debug for Domain

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Deserialize for Domain

fn deserialize<__D>(deserializer: &mut __D) -> Result<Domain, __D::Error> where __D: Deserializer