pub struct EmailAddressAuthenticationGoogleId {
pub token: String,
}
Expand description
An authentication token received through Google ID
Fields§
§token: String
The token
Trait Implementations§
Source§impl Clone for EmailAddressAuthenticationGoogleId
impl Clone for EmailAddressAuthenticationGoogleId
Source§fn clone(&self) -> EmailAddressAuthenticationGoogleId
fn clone(&self) -> EmailAddressAuthenticationGoogleId
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 EmailAddressAuthenticationGoogleId
impl Default for EmailAddressAuthenticationGoogleId
Source§fn default() -> EmailAddressAuthenticationGoogleId
fn default() -> EmailAddressAuthenticationGoogleId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EmailAddressAuthenticationGoogleId
impl<'de> Deserialize<'de> for EmailAddressAuthenticationGoogleId
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 EmailAddressAuthenticationGoogleId
impl PartialEq for EmailAddressAuthenticationGoogleId
Source§fn eq(&self, other: &EmailAddressAuthenticationGoogleId) -> bool
fn eq(&self, other: &EmailAddressAuthenticationGoogleId) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for EmailAddressAuthenticationGoogleId
Auto Trait Implementations§
impl Freeze for EmailAddressAuthenticationGoogleId
impl RefUnwindSafe for EmailAddressAuthenticationGoogleId
impl Send for EmailAddressAuthenticationGoogleId
impl Sync for EmailAddressAuthenticationGoogleId
impl Unpin for EmailAddressAuthenticationGoogleId
impl UnwindSafe for EmailAddressAuthenticationGoogleId
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