Struct doapi::response::Region [] [src]

pub struct Region {
    // some fields omitted
}

Trait Implementations

impl NotArray for Region

impl Display for Region

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

impl NamedResponse for Region

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

Derived Implementations

impl Debug for Region

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

impl Deserialize for Region

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