pub enum TranslationFileErrorType {
Passport,
DriverLicense,
IdentityCard,
InternalPassport,
UtilityBill,
BankStatement,
RentalAgreement,
PassportRegistration,
TemporaryRegistration,
}Variants§
Passport
DriverLicense
IdentityCard
InternalPassport
UtilityBill
BankStatement
RentalAgreement
PassportRegistration
TemporaryRegistration
Trait Implementations§
source§impl Clone for TranslationFileErrorType
impl Clone for TranslationFileErrorType
source§fn clone(&self) -> TranslationFileErrorType
fn clone(&self) -> TranslationFileErrorType
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 TranslationFileErrorType
impl Debug for TranslationFileErrorType
source§impl<'de> Deserialize<'de> for TranslationFileErrorType
impl<'de> Deserialize<'de> for TranslationFileErrorType
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