#[repr(u16)]pub enum LinkedIdType {
Show 27 variants
LoginUsername = 100,
LoginPassword = 101,
CardCardholderName = 300,
CardExpMonth = 301,
CardExpYear = 302,
CardCode = 303,
CardBrand = 304,
CardNumber = 305,
IdentityTitle = 400,
IdentityMiddleName = 401,
IdentityAddress1 = 402,
IdentityAddress2 = 403,
IdentityAddress3 = 404,
IdentityCity = 405,
IdentityState = 406,
IdentityPostalCode = 407,
IdentityCountry = 408,
IdentityCompany = 409,
IdentityEmail = 410,
IdentityPhone = 411,
IdentitySsn = 412,
IdentityUsername = 413,
IdentityPassportNumber = 414,
IdentityLicenseNumber = 415,
IdentityFirstName = 416,
IdentityLastName = 417,
IdentityFullName = 418,
}Variants§
LoginUsername = 100
LoginPassword = 101
CardCardholderName = 300
CardExpMonth = 301
CardExpYear = 302
CardCode = 303
CardBrand = 304
CardNumber = 305
IdentityTitle = 400
IdentityMiddleName = 401
IdentityAddress1 = 402
IdentityAddress2 = 403
IdentityAddress3 = 404
IdentityCity = 405
IdentityState = 406
IdentityPostalCode = 407
IdentityCountry = 408
IdentityCompany = 409
IdentityEmail = 410
IdentityPhone = 411
IdentitySsn = 412
IdentityUsername = 413
IdentityPassportNumber = 414
IdentityLicenseNumber = 415
IdentityFirstName = 416
IdentityLastName = 417
IdentityFullName = 418
Trait Implementations§
Source§impl Clone for LinkedIdType
impl Clone for LinkedIdType
Source§fn clone(&self) -> LinkedIdType
fn clone(&self) -> LinkedIdType
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 LinkedIdType
impl Debug for LinkedIdType
Source§impl<'de> Deserialize<'de> for LinkedIdType
impl<'de> Deserialize<'de> for LinkedIdType
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 for LinkedIdType
impl PartialEq for LinkedIdType
Source§impl Serialize for LinkedIdType
impl Serialize for LinkedIdType
impl Copy for LinkedIdType
impl Eq for LinkedIdType
impl StructuralPartialEq for LinkedIdType
Auto Trait Implementations§
impl Freeze for LinkedIdType
impl RefUnwindSafe for LinkedIdType
impl Send for LinkedIdType
impl Sync for LinkedIdType
impl Unpin for LinkedIdType
impl UnsafeUnpin for LinkedIdType
impl UnwindSafe for LinkedIdType
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