pub struct ProviderGoogleIdentity { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for ProviderGoogleIdentity
impl Clone for ProviderGoogleIdentity
Source§fn clone(&self) -> ProviderGoogleIdentity
fn clone(&self) -> ProviderGoogleIdentity
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 Debug for ProviderGoogleIdentity
impl Debug for ProviderGoogleIdentity
Source§impl Default for ProviderGoogleIdentity
impl Default for ProviderGoogleIdentity
Source§impl From<ProviderGoogleIdentity> for ProviderGoogleIdentity
impl From<ProviderGoogleIdentity> for ProviderGoogleIdentity
Source§fn from(value: ProviderGoogleIdentity) -> Self
fn from(value: ProviderGoogleIdentity) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ProviderGoogleIdentity> for ProviderGoogleIdentity
impl TryFrom<ProviderGoogleIdentity> for ProviderGoogleIdentity
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ProviderGoogleIdentity) -> Result<Self, ConversionError>
fn try_from(value: ProviderGoogleIdentity) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ProviderGoogleIdentity
impl RefUnwindSafe for ProviderGoogleIdentity
impl Send for ProviderGoogleIdentity
impl Sync for ProviderGoogleIdentity
impl Unpin for ProviderGoogleIdentity
impl UnwindSafe for ProviderGoogleIdentity
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