pub enum PassportElementErrorFrontSideType {
Passport,
DriverLicense,
IdentityCard,
InternalPassport,
}Variants§
Trait Implementations§
source§impl Clone for PassportElementErrorFrontSideType
impl Clone for PassportElementErrorFrontSideType
source§fn clone(&self) -> PassportElementErrorFrontSideType
fn clone(&self) -> PassportElementErrorFrontSideType
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 PassportElementErrorFrontSideType
impl<'de> Deserialize<'de> for PassportElementErrorFrontSideType
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 PartialEq<PassportElementErrorFrontSideType> for PassportElementErrorFrontSideType
impl PartialEq<PassportElementErrorFrontSideType> for PassportElementErrorFrontSideType
source§fn eq(&self, other: &PassportElementErrorFrontSideType) -> bool
fn eq(&self, other: &PassportElementErrorFrontSideType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for PassportElementErrorFrontSideType
impl Eq for PassportElementErrorFrontSideType
impl StructuralEq for PassportElementErrorFrontSideType
impl StructuralPartialEq for PassportElementErrorFrontSideType
Auto Trait Implementations§
impl RefUnwindSafe for PassportElementErrorFrontSideType
impl Send for PassportElementErrorFrontSideType
impl Sync for PassportElementErrorFrontSideType
impl Unpin for PassportElementErrorFrontSideType
impl UnwindSafe for PassportElementErrorFrontSideType
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