pub struct GooglePrivacyDlpV2Trigger {
pub manual: Option<GooglePrivacyDlpV2Manual>,
pub schedule: Option<GooglePrivacyDlpV2Schedule>,
}Expand description
What event needs to occur for a new job to be started.
This type is not used in any activity, and only used as part of another schema.
Fields§
§manual: Option<GooglePrivacyDlpV2Manual>For use with hybrid jobs. Jobs must be manually created and finished.
schedule: Option<GooglePrivacyDlpV2Schedule>Create a job on a repeating basis based on the elapse of time.
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2Trigger
impl Clone for GooglePrivacyDlpV2Trigger
Source§fn clone(&self) -> GooglePrivacyDlpV2Trigger
fn clone(&self) -> GooglePrivacyDlpV2Trigger
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 GooglePrivacyDlpV2Trigger
impl Debug for GooglePrivacyDlpV2Trigger
Source§impl Default for GooglePrivacyDlpV2Trigger
impl Default for GooglePrivacyDlpV2Trigger
Source§fn default() -> GooglePrivacyDlpV2Trigger
fn default() -> GooglePrivacyDlpV2Trigger
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GooglePrivacyDlpV2Trigger
impl<'de> Deserialize<'de> for GooglePrivacyDlpV2Trigger
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 GooglePrivacyDlpV2Trigger
Auto Trait Implementations§
impl Freeze for GooglePrivacyDlpV2Trigger
impl RefUnwindSafe for GooglePrivacyDlpV2Trigger
impl Send for GooglePrivacyDlpV2Trigger
impl Sync for GooglePrivacyDlpV2Trigger
impl Unpin for GooglePrivacyDlpV2Trigger
impl UnwindSafe for GooglePrivacyDlpV2Trigger
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