pub struct GooglePrivacyDlpV2MetadataLocation {
pub storage_label: Option<GooglePrivacyDlpV2StorageMetadataLabel>,
pub type_: Option<String>,
}Expand description
Metadata Location
This type is not used in any activity, and only used as part of another schema.
Fields§
§storage_label: Option<GooglePrivacyDlpV2StorageMetadataLabel>Storage metadata.
type_: Option<String>Type of metadata containing the finding.
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2MetadataLocation
impl Clone for GooglePrivacyDlpV2MetadataLocation
Source§fn clone(&self) -> GooglePrivacyDlpV2MetadataLocation
fn clone(&self) -> GooglePrivacyDlpV2MetadataLocation
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 GooglePrivacyDlpV2MetadataLocation
impl Default for GooglePrivacyDlpV2MetadataLocation
Source§fn default() -> GooglePrivacyDlpV2MetadataLocation
fn default() -> GooglePrivacyDlpV2MetadataLocation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GooglePrivacyDlpV2MetadataLocation
impl<'de> Deserialize<'de> for GooglePrivacyDlpV2MetadataLocation
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 GooglePrivacyDlpV2MetadataLocation
Auto Trait Implementations§
impl Freeze for GooglePrivacyDlpV2MetadataLocation
impl RefUnwindSafe for GooglePrivacyDlpV2MetadataLocation
impl Send for GooglePrivacyDlpV2MetadataLocation
impl Sync for GooglePrivacyDlpV2MetadataLocation
impl Unpin for GooglePrivacyDlpV2MetadataLocation
impl UnwindSafe for GooglePrivacyDlpV2MetadataLocation
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