pub enum UserDocumentType {
Show 19 variants
IdCard,
Passport,
Drivers,
ResidencePermit,
UtilityBill,
Selfie,
VideoSelfie,
ProfileImage,
IdDocPhoto,
Agreement,
Contract,
DriversTranslation,
InvestorDoc,
VehicleRegistrationCertificate,
IncomeSource,
PaymentMethod,
BankCard,
CovidVaccinationForm,
Other,
}Expand description
Document type for user/UBO documents
Variants§
IdCard
Passport
Drivers
ResidencePermit
UtilityBill
Selfie
VideoSelfie
ProfileImage
IdDocPhoto
Agreement
Contract
DriversTranslation
InvestorDoc
VehicleRegistrationCertificate
IncomeSource
PaymentMethod
BankCard
CovidVaccinationForm
Other
Trait Implementations§
Source§impl Clone for UserDocumentType
impl Clone for UserDocumentType
Source§fn clone(&self) -> UserDocumentType
fn clone(&self) -> UserDocumentType
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 UserDocumentType
impl Debug for UserDocumentType
Source§impl<'de> Deserialize<'de> for UserDocumentType
impl<'de> Deserialize<'de> for UserDocumentType
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 UserDocumentType
impl RefUnwindSafe for UserDocumentType
impl Send for UserDocumentType
impl Sync for UserDocumentType
impl Unpin for UserDocumentType
impl UnwindSafe for UserDocumentType
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