Struct oauth2_client::extensions::user_info::UserInfo
source · pub struct UserInfo {
pub uid: String,
pub name: Option<String>,
pub email: Option<String>,
pub raw: Map<String, Value>,
}
Fields
uid: String
name: Option<String>
email: Option<String>
raw: Map<String, Value>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UserInfo
impl Send for UserInfo
impl Sync for UserInfo
impl Unpin for UserInfo
impl UnwindSafe for UserInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more