Struct doapi::response::Account [] [src]

pub struct Account {
    pub droplet_limit: f64,
    pub email: String,
    pub uuid: String,
    pub email_verified: bool,
}

Fields

droplet_limit

droplet_limit is a "number" in json, which could be a float, even thought that's not a reasonable value for a droplet limit, neither is a negative number

email
uuid
email_verified

Trait Implementations

impl NotArray for Account

impl Display for Account

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

impl NamedResponse for Account

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

Derived Implementations

impl Debug for Account

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

impl Deserialize for Account

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