pub struct GooglePrivacyDlpV2VersionDescription {
pub description: Option<String>,
pub version: Option<String>,
}Expand description
Details about each available version for an infotype.
This type is not used in any activity, and only used as part of another schema.
Fields§
§description: Option<String>Description of the version.
version: Option<String>Name of the version
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2VersionDescription
impl Clone for GooglePrivacyDlpV2VersionDescription
Source§fn clone(&self) -> GooglePrivacyDlpV2VersionDescription
fn clone(&self) -> GooglePrivacyDlpV2VersionDescription
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 GooglePrivacyDlpV2VersionDescription
impl Default for GooglePrivacyDlpV2VersionDescription
Source§fn default() -> GooglePrivacyDlpV2VersionDescription
fn default() -> GooglePrivacyDlpV2VersionDescription
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GooglePrivacyDlpV2VersionDescription
impl<'de> Deserialize<'de> for GooglePrivacyDlpV2VersionDescription
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 GooglePrivacyDlpV2VersionDescription
Auto Trait Implementations§
impl Freeze for GooglePrivacyDlpV2VersionDescription
impl RefUnwindSafe for GooglePrivacyDlpV2VersionDescription
impl Send for GooglePrivacyDlpV2VersionDescription
impl Sync for GooglePrivacyDlpV2VersionDescription
impl Unpin for GooglePrivacyDlpV2VersionDescription
impl UnwindSafe for GooglePrivacyDlpV2VersionDescription
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