Struct rust_tdlib::types::RecoverPassword
source · [−]pub struct RecoverPassword { /* private fields */ }Expand description
Recovers the 2-step verification password using a recovery code sent to an email address that was previously set up
Implementations
Trait Implementations
sourceimpl AsRef<RecoverPassword> for RecoverPassword
impl AsRef<RecoverPassword> for RecoverPassword
sourcefn as_ref(&self) -> &RecoverPassword
fn as_ref(&self) -> &RecoverPassword
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for RecoverPassword
impl Clone for RecoverPassword
sourcefn clone(&self) -> RecoverPassword
fn clone(&self) -> RecoverPassword
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 RecoverPassword
impl Debug for RecoverPassword
sourceimpl Default for RecoverPassword
impl Default for RecoverPassword
sourcefn default() -> RecoverPassword
fn default() -> RecoverPassword
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for RecoverPassword
impl<'de> Deserialize<'de> for RecoverPassword
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 RecoverPassword
impl Serialize for RecoverPassword
Auto Trait Implementations
impl RefUnwindSafe for RecoverPassword
impl Send for RecoverPassword
impl Sync for RecoverPassword
impl Unpin for RecoverPassword
impl UnwindSafe for RecoverPassword
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