pub struct GoogleIdentityProviderProperties {
pub api: Option<String>,
pub button: Option<String>,
}Expand description
GoogleIdentityProviderProperties : Google social login provider parameters.
Fields§
§api: Option<String>Implementations§
Source§impl GoogleIdentityProviderProperties
impl GoogleIdentityProviderProperties
Sourcepub fn new() -> GoogleIdentityProviderProperties
pub fn new() -> GoogleIdentityProviderProperties
Google social login provider parameters.
Trait Implementations§
Source§impl Clone for GoogleIdentityProviderProperties
impl Clone for GoogleIdentityProviderProperties
Source§fn clone(&self) -> GoogleIdentityProviderProperties
fn clone(&self) -> GoogleIdentityProviderProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleIdentityProviderProperties
impl Default for GoogleIdentityProviderProperties
Source§fn default() -> GoogleIdentityProviderProperties
fn default() -> GoogleIdentityProviderProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleIdentityProviderProperties
impl<'de> Deserialize<'de> for GoogleIdentityProviderProperties
Source§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
Source§impl PartialEq for GoogleIdentityProviderProperties
impl PartialEq for GoogleIdentityProviderProperties
Source§fn eq(&self, other: &GoogleIdentityProviderProperties) -> bool
fn eq(&self, other: &GoogleIdentityProviderProperties) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GoogleIdentityProviderProperties
Auto Trait Implementations§
impl Freeze for GoogleIdentityProviderProperties
impl RefUnwindSafe for GoogleIdentityProviderProperties
impl Send for GoogleIdentityProviderProperties
impl Sync for GoogleIdentityProviderProperties
impl Unpin for GoogleIdentityProviderProperties
impl UnwindSafe for GoogleIdentityProviderProperties
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more