Struct oauth2_google::extensions::internal_oauth2_v3_user_info_endpoint::Oauth2V3UserInfo [−][src]
pub struct Oauth2V3UserInfo {
pub sub: String,
pub picture: Option<String>,
pub email: Option<String>,
pub email_verified: Option<bool>,
}Fields
sub: Stringpicture: Option<String>email: Option<String>email_verified: Option<bool>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 Oauth2V3UserInfo
impl Send for Oauth2V3UserInfo
impl Sync for Oauth2V3UserInfo
impl Unpin for Oauth2V3UserInfo
impl UnwindSafe for Oauth2V3UserInfo
Blanket Implementations
Mutably borrows from an owned value. Read more