pub struct GooglePrivacyDlpV2DataProfilePubSubCondition {
pub expressions: Option<GooglePrivacyDlpV2PubSubExpressions>,
}Expand description
A condition for determining whether a Pub/Sub should be triggered.
This type is not used in any activity, and only used as part of another schema.
Fields§
§expressions: Option<GooglePrivacyDlpV2PubSubExpressions>An expression.
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2DataProfilePubSubCondition
impl Clone for GooglePrivacyDlpV2DataProfilePubSubCondition
Source§fn clone(&self) -> GooglePrivacyDlpV2DataProfilePubSubCondition
fn clone(&self) -> GooglePrivacyDlpV2DataProfilePubSubCondition
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 GooglePrivacyDlpV2DataProfilePubSubCondition
impl Default for GooglePrivacyDlpV2DataProfilePubSubCondition
Source§fn default() -> GooglePrivacyDlpV2DataProfilePubSubCondition
fn default() -> GooglePrivacyDlpV2DataProfilePubSubCondition
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GooglePrivacyDlpV2DataProfilePubSubCondition
impl<'de> Deserialize<'de> for GooglePrivacyDlpV2DataProfilePubSubCondition
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 GooglePrivacyDlpV2DataProfilePubSubCondition
Auto Trait Implementations§
impl Freeze for GooglePrivacyDlpV2DataProfilePubSubCondition
impl RefUnwindSafe for GooglePrivacyDlpV2DataProfilePubSubCondition
impl Send for GooglePrivacyDlpV2DataProfilePubSubCondition
impl Sync for GooglePrivacyDlpV2DataProfilePubSubCondition
impl Unpin for GooglePrivacyDlpV2DataProfilePubSubCondition
impl UnwindSafe for GooglePrivacyDlpV2DataProfilePubSubCondition
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