pub struct GooglePrivacyDlpV2DocumentFallbackLocation {
pub global_processing: Option<GooglePrivacyDlpV2GlobalProcessing>,
pub multi_region_processing: Option<GooglePrivacyDlpV2MultiRegionProcessing>,
}Expand description
Configure document processing to fall back to any of the following processing options if document processing is unavailable in the original request location.
This type is not used in any activity, and only used as part of another schema.
Fields§
§global_processing: Option<GooglePrivacyDlpV2GlobalProcessing>Processing occurs in the global region.
multi_region_processing: Option<GooglePrivacyDlpV2MultiRegionProcessing>Processing occurs in a multi-region that contains the current region if available.
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2DocumentFallbackLocation
impl Clone for GooglePrivacyDlpV2DocumentFallbackLocation
Source§fn clone(&self) -> GooglePrivacyDlpV2DocumentFallbackLocation
fn clone(&self) -> GooglePrivacyDlpV2DocumentFallbackLocation
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 GooglePrivacyDlpV2DocumentFallbackLocation
impl Default for GooglePrivacyDlpV2DocumentFallbackLocation
Source§fn default() -> GooglePrivacyDlpV2DocumentFallbackLocation
fn default() -> GooglePrivacyDlpV2DocumentFallbackLocation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GooglePrivacyDlpV2DocumentFallbackLocation
impl<'de> Deserialize<'de> for GooglePrivacyDlpV2DocumentFallbackLocation
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 GooglePrivacyDlpV2DocumentFallbackLocation
Auto Trait Implementations§
impl Freeze for GooglePrivacyDlpV2DocumentFallbackLocation
impl RefUnwindSafe for GooglePrivacyDlpV2DocumentFallbackLocation
impl Send for GooglePrivacyDlpV2DocumentFallbackLocation
impl Sync for GooglePrivacyDlpV2DocumentFallbackLocation
impl Unpin for GooglePrivacyDlpV2DocumentFallbackLocation
impl UnwindSafe for GooglePrivacyDlpV2DocumentFallbackLocation
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