Struct oauth2_bitbucket::extensions::internal_user_endpoint::User [−][src]
pub struct User {
pub account_id: String,
pub username: String,
pub nickname: String,
pub links: UserLinks,
pub email: Option<String>,
pub _extra: Option<Map<String, Value>>,
}
Fields
account_id: String
username: String
nickname: String
links: UserLinks
email: 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 User
impl UnwindSafe for User
Blanket Implementations
Mutably borrows from an owned value. Read more