pub enum TranslationFilesErrorType {
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 TranslationFilesErrorType
impl Clone for TranslationFilesErrorType
Source§fn clone(&self) -> TranslationFilesErrorType
fn clone(&self) -> TranslationFilesErrorType
Returns a duplicate 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 TranslationFilesErrorType
impl Debug for TranslationFilesErrorType
Source§impl<'de> Deserialize<'de> for TranslationFilesErrorType
impl<'de> Deserialize<'de> for TranslationFilesErrorType
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
Auto Trait Implementations§
impl Freeze for TranslationFilesErrorType
impl RefUnwindSafe for TranslationFilesErrorType
impl Send for TranslationFilesErrorType
impl Sync for TranslationFilesErrorType
impl Unpin for TranslationFilesErrorType
impl UnwindSafe for TranslationFilesErrorType
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