pub struct GetRecoveryEmailAddress { /* private fields */ }
Expand description
Returns a 2-step verification recovery email address that was previously set up. This method can be used to verify a password provided by the user
Implementations§
Trait Implementations§
Source§impl AsRef<GetRecoveryEmailAddress> for GetRecoveryEmailAddress
impl AsRef<GetRecoveryEmailAddress> for GetRecoveryEmailAddress
Source§fn as_ref(&self) -> &GetRecoveryEmailAddress
fn as_ref(&self) -> &GetRecoveryEmailAddress
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for GetRecoveryEmailAddress
impl Clone for GetRecoveryEmailAddress
Source§fn clone(&self) -> GetRecoveryEmailAddress
fn clone(&self) -> GetRecoveryEmailAddress
Returns a copy 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 GetRecoveryEmailAddress
impl Debug for GetRecoveryEmailAddress
Source§impl Default for GetRecoveryEmailAddress
impl Default for GetRecoveryEmailAddress
Source§fn default() -> GetRecoveryEmailAddress
fn default() -> GetRecoveryEmailAddress
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetRecoveryEmailAddress
impl<'de> Deserialize<'de> for GetRecoveryEmailAddress
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
Auto Trait Implementations§
impl Freeze for GetRecoveryEmailAddress
impl RefUnwindSafe for GetRecoveryEmailAddress
impl Send for GetRecoveryEmailAddress
impl Sync for GetRecoveryEmailAddress
impl Unpin for GetRecoveryEmailAddress
impl UnwindSafe for GetRecoveryEmailAddress
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