pub struct SuggestedActionCheckPassword { /* private fields */ }
Expand description
Suggests the user to check whether they still remember their 2-step verification password
Implementations§
Trait Implementations§
Source§impl AsRef<SuggestedActionCheckPassword> for SuggestedActionCheckPassword
impl AsRef<SuggestedActionCheckPassword> for SuggestedActionCheckPassword
Source§fn as_ref(&self) -> &SuggestedActionCheckPassword
fn as_ref(&self) -> &SuggestedActionCheckPassword
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for SuggestedActionCheckPassword
impl Clone for SuggestedActionCheckPassword
Source§fn clone(&self) -> SuggestedActionCheckPassword
fn clone(&self) -> SuggestedActionCheckPassword
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 SuggestedActionCheckPassword
impl Debug for SuggestedActionCheckPassword
Source§impl Default for SuggestedActionCheckPassword
impl Default for SuggestedActionCheckPassword
Source§fn default() -> SuggestedActionCheckPassword
fn default() -> SuggestedActionCheckPassword
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SuggestedActionCheckPassword
impl<'de> Deserialize<'de> for SuggestedActionCheckPassword
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
impl TDSuggestedAction for SuggestedActionCheckPassword
Auto Trait Implementations§
impl Freeze for SuggestedActionCheckPassword
impl RefUnwindSafe for SuggestedActionCheckPassword
impl Send for SuggestedActionCheckPassword
impl Sync for SuggestedActionCheckPassword
impl Unpin for SuggestedActionCheckPassword
impl UnwindSafe for SuggestedActionCheckPassword
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