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§
Source§impl AsRef<ResetPassword> for ResetPassword
impl AsRef<ResetPassword> for ResetPassword
Source§fn as_ref(&self) -> &ResetPassword
fn as_ref(&self) -> &ResetPassword
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ResetPassword
impl Clone for ResetPassword
Source§fn clone(&self) -> ResetPassword
fn clone(&self) -> ResetPassword
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 ResetPassword
impl Debug for ResetPassword
Source§impl Default for ResetPassword
impl Default for ResetPassword
Source§fn default() -> ResetPassword
fn default() -> ResetPassword
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResetPassword
impl<'de> Deserialize<'de> for ResetPassword
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 Serialize for ResetPassword
impl Serialize for ResetPassword
impl TDResetPasswordResult for ResetPassword
Auto Trait Implementations§
impl Freeze for ResetPassword
impl RefUnwindSafe for ResetPassword
impl Send for ResetPassword
impl Sync for ResetPassword
impl Unpin for ResetPassword
impl UnwindSafe for ResetPassword
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