pub struct GooglePrivacyDlpV2WordList {
pub words: Option<Vec<String>>,
}Expand description
Message defining a list of words or phrases to search for in the data.
This type is not used in any activity, and only used as part of another schema.
Fields§
§words: Option<Vec<String>>Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2WordList
impl Clone for GooglePrivacyDlpV2WordList
Source§fn clone(&self) -> GooglePrivacyDlpV2WordList
fn clone(&self) -> GooglePrivacyDlpV2WordList
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 GooglePrivacyDlpV2WordList
impl Debug for GooglePrivacyDlpV2WordList
Source§impl Default for GooglePrivacyDlpV2WordList
impl Default for GooglePrivacyDlpV2WordList
Source§fn default() -> GooglePrivacyDlpV2WordList
fn default() -> GooglePrivacyDlpV2WordList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GooglePrivacyDlpV2WordList
impl<'de> Deserialize<'de> for GooglePrivacyDlpV2WordList
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 GooglePrivacyDlpV2WordList
Auto Trait Implementations§
impl Freeze for GooglePrivacyDlpV2WordList
impl RefUnwindSafe for GooglePrivacyDlpV2WordList
impl Send for GooglePrivacyDlpV2WordList
impl Sync for GooglePrivacyDlpV2WordList
impl Unpin for GooglePrivacyDlpV2WordList
impl UnwindSafe for GooglePrivacyDlpV2WordList
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