Struct doapi::response::Size [] [src]

pub struct Size {
    // some fields omitted
}

Trait Implementations

impl NotArray for Size

impl Display for Size

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

impl NamedResponse for Size

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

Derived Implementations

impl Debug for Size

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

impl Deserialize for Size

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