Struct tg_flows::EncryptedPassportElementEmail
source · pub struct EncryptedPassportElementEmail {
pub email: String,
}Fields§
§email: StringUser’s verified email address, available only for email type.
Trait Implementations§
source§impl Clone for EncryptedPassportElementEmail
impl Clone for EncryptedPassportElementEmail
source§fn clone(&self) -> EncryptedPassportElementEmail
fn clone(&self) -> EncryptedPassportElementEmail
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<'de> Deserialize<'de> for EncryptedPassportElementEmail
impl<'de> Deserialize<'de> for EncryptedPassportElementEmail
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 Hash for EncryptedPassportElementEmail
impl Hash for EncryptedPassportElementEmail
source§impl PartialEq<EncryptedPassportElementEmail> for EncryptedPassportElementEmail
impl PartialEq<EncryptedPassportElementEmail> for EncryptedPassportElementEmail
source§fn eq(&self, other: &EncryptedPassportElementEmail) -> bool
fn eq(&self, other: &EncryptedPassportElementEmail) -> bool
This method tests for
self and other values to be equal, and is used
by ==.