[][src]Struct google_dlp2::GooglePrivacyDlpV2PrimitiveTransformation

pub struct GooglePrivacyDlpV2PrimitiveTransformation {
    pub character_mask_config: Option<GooglePrivacyDlpV2CharacterMaskConfig>,
    pub crypto_deterministic_config: Option<GooglePrivacyDlpV2CryptoDeterministicConfig>,
    pub bucketing_config: Option<GooglePrivacyDlpV2BucketingConfig>,
    pub redact_config: Option<GooglePrivacyDlpV2RedactConfig>,
    pub fixed_size_bucketing_config: Option<GooglePrivacyDlpV2FixedSizeBucketingConfig>,
    pub time_part_config: Option<GooglePrivacyDlpV2TimePartConfig>,
    pub crypto_hash_config: Option<GooglePrivacyDlpV2CryptoHashConfig>,
    pub date_shift_config: Option<GooglePrivacyDlpV2DateShiftConfig>,
    pub replace_with_info_type_config: Option<GooglePrivacyDlpV2ReplaceWithInfoTypeConfig>,
    pub crypto_replace_ffx_fpe_config: Option<GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig>,
    pub replace_config: Option<GooglePrivacyDlpV2ReplaceValueConfig>,
}

A rule for transforming a value.

This type is not used in any activity, and only used as part of another schema.

Fields

character_mask_config: Option<GooglePrivacyDlpV2CharacterMaskConfig>

Mask

crypto_deterministic_config: Option<GooglePrivacyDlpV2CryptoDeterministicConfig>

Deterministic Crypto

bucketing_config: Option<GooglePrivacyDlpV2BucketingConfig>

Bucketing

redact_config: Option<GooglePrivacyDlpV2RedactConfig>

Redact

fixed_size_bucketing_config: Option<GooglePrivacyDlpV2FixedSizeBucketingConfig>

Fixed size bucketing

time_part_config: Option<GooglePrivacyDlpV2TimePartConfig>

Time extraction

crypto_hash_config: Option<GooglePrivacyDlpV2CryptoHashConfig>

Crypto

date_shift_config: Option<GooglePrivacyDlpV2DateShiftConfig>

Date Shift

replace_with_info_type_config: Option<GooglePrivacyDlpV2ReplaceWithInfoTypeConfig>

Replace with infotype

crypto_replace_ffx_fpe_config: Option<GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig>

Ffx-Fpe

replace_config: Option<GooglePrivacyDlpV2ReplaceValueConfig>

Replace

Trait Implementations

impl Clone for GooglePrivacyDlpV2PrimitiveTransformation[src]

impl Debug for GooglePrivacyDlpV2PrimitiveTransformation[src]

impl Default for GooglePrivacyDlpV2PrimitiveTransformation[src]

impl<'de> Deserialize<'de> for GooglePrivacyDlpV2PrimitiveTransformation[src]

impl Part for GooglePrivacyDlpV2PrimitiveTransformation[src]

impl Serialize for GooglePrivacyDlpV2PrimitiveTransformation[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Typeable for T where
    T: Any