Enum telegram_bot2::models::DataErrorType
source · pub enum DataErrorType {
PersonalDetails,
Passport,
DriverLicense,
IdentityCard,
InternalPassport,
Address,
}Variants§
Trait Implementations§
source§impl Clone for DataErrorType
impl Clone for DataErrorType
source§fn clone(&self) -> DataErrorType
fn clone(&self) -> DataErrorType
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 DataErrorType
impl Debug for DataErrorType
source§impl<'de> Deserialize<'de> for DataErrorType
impl<'de> Deserialize<'de> for DataErrorType
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