Enum tdlib::enums::AuthenticationCodeInfo
source · pub enum AuthenticationCodeInfo {
AuthenticationCodeInfo(AuthenticationCodeInfo),
}
Variants§
AuthenticationCodeInfo(AuthenticationCodeInfo)
Information about the authentication code that was sent
Trait Implementations§
source§impl Clone for AuthenticationCodeInfo
impl Clone for AuthenticationCodeInfo
source§fn clone(&self) -> AuthenticationCodeInfo
fn clone(&self) -> AuthenticationCodeInfo
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 AuthenticationCodeInfo
impl Debug for AuthenticationCodeInfo
source§impl<'de> Deserialize<'de> for AuthenticationCodeInfo
impl<'de> Deserialize<'de> for AuthenticationCodeInfo
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