pub struct GooglePrivacyDlpV2LocationSupport {
pub locations: Option<Vec<String>>,
pub regionalization_scope: Option<String>,
}Expand description
Locations at which a feature can be used.
This type is not used in any activity, and only used as part of another schema.
Fields§
§locations: Option<Vec<String>>Specific locations where the feature may be used. Examples: us-central1, us, asia, global If scope is ANY_LOCATION, no regions will be listed.
regionalization_scope: Option<String>The current scope for location on this feature. This may expand over time.
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2LocationSupport
impl Clone for GooglePrivacyDlpV2LocationSupport
Source§fn clone(&self) -> GooglePrivacyDlpV2LocationSupport
fn clone(&self) -> GooglePrivacyDlpV2LocationSupport
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 GooglePrivacyDlpV2LocationSupport
impl Default for GooglePrivacyDlpV2LocationSupport
Source§fn default() -> GooglePrivacyDlpV2LocationSupport
fn default() -> GooglePrivacyDlpV2LocationSupport
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GooglePrivacyDlpV2LocationSupport
impl<'de> Deserialize<'de> for GooglePrivacyDlpV2LocationSupport
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 GooglePrivacyDlpV2LocationSupport
Auto Trait Implementations§
impl Freeze for GooglePrivacyDlpV2LocationSupport
impl RefUnwindSafe for GooglePrivacyDlpV2LocationSupport
impl Send for GooglePrivacyDlpV2LocationSupport
impl Sync for GooglePrivacyDlpV2LocationSupport
impl Unpin for GooglePrivacyDlpV2LocationSupport
impl UnwindSafe for GooglePrivacyDlpV2LocationSupport
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