Struct rust_tdlib::types::GetRecoveryEmailAddress
source · [−]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
sourceimpl AsRef<GetRecoveryEmailAddress> for GetRecoveryEmailAddress
impl AsRef<GetRecoveryEmailAddress> for GetRecoveryEmailAddress
sourcefn as_ref(&self) -> &GetRecoveryEmailAddress
fn as_ref(&self) -> &GetRecoveryEmailAddress
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for GetRecoveryEmailAddress
impl Clone for GetRecoveryEmailAddress
sourcefn clone(&self) -> GetRecoveryEmailAddress
fn clone(&self) -> GetRecoveryEmailAddress
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for GetRecoveryEmailAddress
impl Debug for GetRecoveryEmailAddress
sourceimpl Default for GetRecoveryEmailAddress
impl Default for GetRecoveryEmailAddress
sourcefn default() -> GetRecoveryEmailAddress
fn default() -> GetRecoveryEmailAddress
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetRecoveryEmailAddress
impl<'de> Deserialize<'de> for GetRecoveryEmailAddress
sourcefn 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
sourceimpl Serialize for GetRecoveryEmailAddress
impl Serialize for GetRecoveryEmailAddress
Auto Trait Implementations
impl RefUnwindSafe for GetRecoveryEmailAddress
impl Send for GetRecoveryEmailAddress
impl Sync for GetRecoveryEmailAddress
impl Unpin for GetRecoveryEmailAddress
impl UnwindSafe for GetRecoveryEmailAddress
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more