Struct doapi::response::Droplet [] [src]

pub struct Droplet {
    // some fields omitted
}

Trait Implementations

impl NotArray for Droplet

impl Display for Droplet

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

impl NamedResponse for Droplet

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

Derived Implementations

impl Debug for Droplet

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

impl Deserialize for Droplet

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