pub struct GooglePrivacyDlpV2ImageFallbackLocation {
pub global_processing: Option<GooglePrivacyDlpV2GlobalProcessing>,
pub multi_region_processing: Option<GooglePrivacyDlpV2MultiRegionProcessing>,
}Expand description
Configure image processing to fall back to any of the following processing options if image 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 GooglePrivacyDlpV2ImageFallbackLocation
impl Clone for GooglePrivacyDlpV2ImageFallbackLocation
Source§fn clone(&self) -> GooglePrivacyDlpV2ImageFallbackLocation
fn clone(&self) -> GooglePrivacyDlpV2ImageFallbackLocation
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 GooglePrivacyDlpV2ImageFallbackLocation
impl Default for GooglePrivacyDlpV2ImageFallbackLocation
Source§fn default() -> GooglePrivacyDlpV2ImageFallbackLocation
fn default() -> GooglePrivacyDlpV2ImageFallbackLocation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GooglePrivacyDlpV2ImageFallbackLocation
impl<'de> Deserialize<'de> for GooglePrivacyDlpV2ImageFallbackLocation
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 GooglePrivacyDlpV2ImageFallbackLocation
Auto Trait Implementations§
impl Freeze for GooglePrivacyDlpV2ImageFallbackLocation
impl RefUnwindSafe for GooglePrivacyDlpV2ImageFallbackLocation
impl Send for GooglePrivacyDlpV2ImageFallbackLocation
impl Sync for GooglePrivacyDlpV2ImageFallbackLocation
impl Unpin for GooglePrivacyDlpV2ImageFallbackLocation
impl UnwindSafe for GooglePrivacyDlpV2ImageFallbackLocation
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