#[non_exhaustive]pub enum GuardrailPiiEntityTypeKnown {
Show 31 variants
Address,
Age,
AwsAccessKey,
AwsSecretKey,
CaHealthNumber,
CaSocialInsuranceNumber,
CreditDebitCardCvv,
CreditDebitCardExpiry,
CreditDebitCardNumber,
DriverId,
Email,
InternationalBankAccountNumber,
IpAddress,
LicensePlate,
MacAddress,
Name,
Password,
Phone,
Pin,
SwiftCode,
UkNationalHealthServiceNumber,
UkNationalInsuranceNumber,
UkUniqueTaxpayerReferenceNumber,
Url,
Username,
UsBankAccountNumber,
UsBankRoutingNumber,
UsIndividualTaxIdentificationNumber,
UsPassportNumber,
UsSocialSecurityNumber,
VehicleIdentificationNumber,
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Address
Age
AwsAccessKey
AwsSecretKey
CaHealthNumber
CaSocialInsuranceNumber
CreditDebitCardCvv
CreditDebitCardExpiry
CreditDebitCardNumber
DriverId
InternationalBankAccountNumber
IpAddress
LicensePlate
MacAddress
Name
Password
Phone
Pin
SwiftCode
UkNationalHealthServiceNumber
UkNationalInsuranceNumber
UkUniqueTaxpayerReferenceNumber
Url
Username
UsBankAccountNumber
UsBankRoutingNumber
UsIndividualTaxIdentificationNumber
UsPassportNumber
UsSocialSecurityNumber
VehicleIdentificationNumber
Trait Implementations§
Source§impl Clone for GuardrailPiiEntityTypeKnown
impl Clone for GuardrailPiiEntityTypeKnown
Source§fn clone(&self) -> GuardrailPiiEntityTypeKnown
fn clone(&self) -> GuardrailPiiEntityTypeKnown
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GuardrailPiiEntityTypeKnown
Source§impl Debug for GuardrailPiiEntityTypeKnown
impl Debug for GuardrailPiiEntityTypeKnown
Source§impl<'de> Deserialize<'de> for GuardrailPiiEntityTypeKnown
impl<'de> Deserialize<'de> for GuardrailPiiEntityTypeKnown
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
impl Eq for GuardrailPiiEntityTypeKnown
impl StructuralPartialEq for GuardrailPiiEntityTypeKnown
Auto Trait Implementations§
impl Freeze for GuardrailPiiEntityTypeKnown
impl RefUnwindSafe for GuardrailPiiEntityTypeKnown
impl Send for GuardrailPiiEntityTypeKnown
impl Sync for GuardrailPiiEntityTypeKnown
impl Unpin for GuardrailPiiEntityTypeKnown
impl UnsafeUnpin for GuardrailPiiEntityTypeKnown
impl UnwindSafe for GuardrailPiiEntityTypeKnown
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