pub struct AuthorizationStateWaitCode { /* private fields */ }
Expand description
TDLib needs the user’s authentication code to authorize
Implementations§
Trait Implementations§
Source§impl AsRef<AuthorizationStateWaitCode> for AuthorizationStateWaitCode
impl AsRef<AuthorizationStateWaitCode> for AuthorizationStateWaitCode
Source§fn as_ref(&self) -> &AuthorizationStateWaitCode
fn as_ref(&self) -> &AuthorizationStateWaitCode
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for AuthorizationStateWaitCode
impl Clone for AuthorizationStateWaitCode
Source§fn clone(&self) -> AuthorizationStateWaitCode
fn clone(&self) -> AuthorizationStateWaitCode
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 AuthorizationStateWaitCode
impl Debug for AuthorizationStateWaitCode
Source§impl Default for AuthorizationStateWaitCode
impl Default for AuthorizationStateWaitCode
Source§fn default() -> AuthorizationStateWaitCode
fn default() -> AuthorizationStateWaitCode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthorizationStateWaitCode
impl<'de> Deserialize<'de> for AuthorizationStateWaitCode
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 TDAuthorizationState for AuthorizationStateWaitCode
Auto Trait Implementations§
impl Freeze for AuthorizationStateWaitCode
impl RefUnwindSafe for AuthorizationStateWaitCode
impl Send for AuthorizationStateWaitCode
impl Sync for AuthorizationStateWaitCode
impl Unpin for AuthorizationStateWaitCode
impl UnwindSafe for AuthorizationStateWaitCode
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