Struct doapi::response::Image [] [src]

pub struct Image {
    // some fields omitted
}

Trait Implementations

impl NotArray for Image

impl Display for Image

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

impl NamedResponse for Image

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

Derived Implementations

impl Debug for Image

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

impl Deserialize for Image

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