pub struct GooglePrivacyDlpV2RequestedDeidentifyOptions {
pub snapshot_deidentify_template: Option<GooglePrivacyDlpV2DeidentifyTemplate>,
pub snapshot_image_redact_template: Option<GooglePrivacyDlpV2DeidentifyTemplate>,
pub snapshot_structured_deidentify_template: Option<GooglePrivacyDlpV2DeidentifyTemplate>,
}Expand description
De-identification options.
This type is not used in any activity, and only used as part of another schema.
Fields§
§snapshot_deidentify_template: Option<GooglePrivacyDlpV2DeidentifyTemplate>Snapshot of the state of the DeidentifyTemplate from the Deidentify action at the time this job was run.
snapshot_image_redact_template: Option<GooglePrivacyDlpV2DeidentifyTemplate>Snapshot of the state of the image transformation DeidentifyTemplate from the Deidentify action at the time this job was run.
snapshot_structured_deidentify_template: Option<GooglePrivacyDlpV2DeidentifyTemplate>Snapshot of the state of the structured DeidentifyTemplate from the Deidentify action at the time this job was run.
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2RequestedDeidentifyOptions
impl Clone for GooglePrivacyDlpV2RequestedDeidentifyOptions
Source§fn clone(&self) -> GooglePrivacyDlpV2RequestedDeidentifyOptions
fn clone(&self) -> GooglePrivacyDlpV2RequestedDeidentifyOptions
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 Default for GooglePrivacyDlpV2RequestedDeidentifyOptions
impl Default for GooglePrivacyDlpV2RequestedDeidentifyOptions
Source§fn default() -> GooglePrivacyDlpV2RequestedDeidentifyOptions
fn default() -> GooglePrivacyDlpV2RequestedDeidentifyOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GooglePrivacyDlpV2RequestedDeidentifyOptions
impl<'de> Deserialize<'de> for GooglePrivacyDlpV2RequestedDeidentifyOptions
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 Part for GooglePrivacyDlpV2RequestedDeidentifyOptions
Auto Trait Implementations§
impl Freeze for GooglePrivacyDlpV2RequestedDeidentifyOptions
impl RefUnwindSafe for GooglePrivacyDlpV2RequestedDeidentifyOptions
impl Send for GooglePrivacyDlpV2RequestedDeidentifyOptions
impl Sync for GooglePrivacyDlpV2RequestedDeidentifyOptions
impl Unpin for GooglePrivacyDlpV2RequestedDeidentifyOptions
impl UnwindSafe for GooglePrivacyDlpV2RequestedDeidentifyOptions
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