pub struct GoogleOneTapAuthResponse {
pub api_key: String,
pub email: String,
}Expand description
GoogleOneTapAuthResponse model.
Fields§
§api_key: String§email: StringTrait Implementations§
Source§impl Clone for GoogleOneTapAuthResponse
impl Clone for GoogleOneTapAuthResponse
Source§fn clone(&self) -> GoogleOneTapAuthResponse
fn clone(&self) -> GoogleOneTapAuthResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GoogleOneTapAuthResponse
impl Debug for GoogleOneTapAuthResponse
Source§impl Default for GoogleOneTapAuthResponse
impl Default for GoogleOneTapAuthResponse
Source§fn default() -> GoogleOneTapAuthResponse
fn default() -> GoogleOneTapAuthResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleOneTapAuthResponse
impl<'de> Deserialize<'de> for GoogleOneTapAuthResponse
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 GoogleOneTapAuthResponse
impl PartialEq for GoogleOneTapAuthResponse
Source§impl Serialize for GoogleOneTapAuthResponse
impl Serialize for GoogleOneTapAuthResponse
impl StructuralPartialEq for GoogleOneTapAuthResponse
Auto Trait Implementations§
impl Freeze for GoogleOneTapAuthResponse
impl RefUnwindSafe for GoogleOneTapAuthResponse
impl Send for GoogleOneTapAuthResponse
impl Sync for GoogleOneTapAuthResponse
impl Unpin for GoogleOneTapAuthResponse
impl UnsafeUnpin for GoogleOneTapAuthResponse
impl UnwindSafe for GoogleOneTapAuthResponse
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