#[non_exhaustive]pub struct BackendAuthSocialProviderConfig { /* private fields */ }
Expand description
Describes third-party social federation configurations for allowing your app users to sign in using OAuth.
Implementations
sourceimpl BackendAuthSocialProviderConfig
impl BackendAuthSocialProviderConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BackendAuthSocialProviderConfig
.
Trait Implementations
sourceimpl Clone for BackendAuthSocialProviderConfig
impl Clone for BackendAuthSocialProviderConfig
sourcefn clone(&self) -> BackendAuthSocialProviderConfig
fn clone(&self) -> BackendAuthSocialProviderConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<BackendAuthSocialProviderConfig> for BackendAuthSocialProviderConfig
impl PartialEq<BackendAuthSocialProviderConfig> for BackendAuthSocialProviderConfig
sourcefn eq(&self, other: &BackendAuthSocialProviderConfig) -> bool
fn eq(&self, other: &BackendAuthSocialProviderConfig) -> bool
impl StructuralPartialEq for BackendAuthSocialProviderConfig
Auto Trait Implementations
impl RefUnwindSafe for BackendAuthSocialProviderConfig
impl Send for BackendAuthSocialProviderConfig
impl Sync for BackendAuthSocialProviderConfig
impl Unpin for BackendAuthSocialProviderConfig
impl UnwindSafe for BackendAuthSocialProviderConfig
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