pub struct GooglePrivacyDlpV2RequestedOptions {
pub job_config: Option<GooglePrivacyDlpV2InspectJobConfig>,
pub snapshot_inspect_template: Option<GooglePrivacyDlpV2InspectTemplate>,
}Expand description
Snapshot of the inspection configuration.
This type is not used in any activity, and only used as part of another schema.
Fields§
§job_config: Option<GooglePrivacyDlpV2InspectJobConfig>Inspect config.
snapshot_inspect_template: Option<GooglePrivacyDlpV2InspectTemplate>If run with an InspectTemplate, a snapshot of its state at the time of this run.
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2RequestedOptions
impl Clone for GooglePrivacyDlpV2RequestedOptions
Source§fn clone(&self) -> GooglePrivacyDlpV2RequestedOptions
fn clone(&self) -> GooglePrivacyDlpV2RequestedOptions
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 GooglePrivacyDlpV2RequestedOptions
impl Default for GooglePrivacyDlpV2RequestedOptions
Source§fn default() -> GooglePrivacyDlpV2RequestedOptions
fn default() -> GooglePrivacyDlpV2RequestedOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GooglePrivacyDlpV2RequestedOptions
impl<'de> Deserialize<'de> for GooglePrivacyDlpV2RequestedOptions
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 GooglePrivacyDlpV2RequestedOptions
Auto Trait Implementations§
impl Freeze for GooglePrivacyDlpV2RequestedOptions
impl RefUnwindSafe for GooglePrivacyDlpV2RequestedOptions
impl Send for GooglePrivacyDlpV2RequestedOptions
impl Sync for GooglePrivacyDlpV2RequestedOptions
impl Unpin for GooglePrivacyDlpV2RequestedOptions
impl UnwindSafe for GooglePrivacyDlpV2RequestedOptions
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