Struct oauth2_dropbox::extensions::internal_get_account_endpoint::Account [−][src]
pub struct Account {
pub account_id: String,
pub email: Option<String>,
pub _extra: Option<Map<String, Value>>,
}Fields
account_id: Stringemail: Option<String>_extra: Option<Map<String, Value>>Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Account
impl UnwindSafe for Account
Blanket Implementations
Mutably borrows from an owned value. Read more