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 |