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