pub struct DataPolicyOption {
pub name: Option<String>,
}Expand description
Data policy option. For more information, see Mask data by applying data policies to a column.
This type is not used in any activity, and only used as part of another schema.
Fields§
§name: Option<String>Data policy resource name in the form of projects/project_id/locations/location_id/dataPolicies/data_policy_id.
Trait Implementations§
Source§impl Clone for DataPolicyOption
impl Clone for DataPolicyOption
Source§fn clone(&self) -> DataPolicyOption
fn clone(&self) -> DataPolicyOption
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 DataPolicyOption
impl Debug for DataPolicyOption
Source§impl Default for DataPolicyOption
impl Default for DataPolicyOption
Source§fn default() -> DataPolicyOption
fn default() -> DataPolicyOption
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DataPolicyOption
impl<'de> Deserialize<'de> for DataPolicyOption
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
Source§impl Serialize for DataPolicyOption
impl Serialize for DataPolicyOption
impl Part for DataPolicyOption
Auto Trait Implementations§
impl Freeze for DataPolicyOption
impl RefUnwindSafe for DataPolicyOption
impl Send for DataPolicyOption
impl Sync for DataPolicyOption
impl Unpin for DataPolicyOption
impl UnwindSafe for DataPolicyOption
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