Struct rust_tdlib::types::ResetPassword  
source · [−]pub struct ResetPassword { /* private fields */ }Expand description
Removes 2-step verification password without previous password and access to recovery email address. The password can’t be reset immediately and the request needs to be repeated after the specified time
Implementations
Trait Implementations
sourceimpl AsRef<ResetPassword> for ResetPassword
 
impl AsRef<ResetPassword> for ResetPassword
sourcefn as_ref(&self) -> &ResetPassword
 
fn as_ref(&self) -> &ResetPassword
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for ResetPassword
 
impl Clone for ResetPassword
sourcefn clone(&self) -> ResetPassword
 
fn clone(&self) -> ResetPassword
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 ResetPassword
 
impl Debug for ResetPassword
sourceimpl Default for ResetPassword
 
impl Default for ResetPassword
sourcefn default() -> ResetPassword
 
fn default() -> ResetPassword
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ResetPassword
 
impl<'de> Deserialize<'de> for ResetPassword
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 ResetPassword
 
impl Serialize for ResetPassword
impl TDResetPasswordResult for ResetPassword
Auto Trait Implementations
impl RefUnwindSafe for ResetPassword
impl Send for ResetPassword
impl Sync for ResetPassword
impl Unpin for ResetPassword
impl UnwindSafe for ResetPassword
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