Struct oauth2_google::authorization_code_grant::GoogleProviderForWebServerApps [−][src]
pub struct GoogleProviderForWebServerApps {
pub access_type: Option<GoogleProviderForWebServerAppsAccessType>,
pub include_granted_scopes: Option<bool>,
// some fields omitted
}Fields
access_type: Option<GoogleProviderForWebServerAppsAccessType>include_granted_scopes: Option<bool>Implementations
Trait Implementations
Auto Trait Implementations
impl Send for GoogleProviderForWebServerApps
impl Sync for GoogleProviderForWebServerApps
impl Unpin for GoogleProviderForWebServerApps
impl UnwindSafe for GoogleProviderForWebServerApps
Blanket Implementations
Mutably borrows from an owned value. Read more