pub struct GooglePrivacyDlpV2ImageTransformations {
pub transforms: Option<Vec<GooglePrivacyDlpV2ImageTransformation>>,
}Expand description
A type of transformation that is applied over images.
This type is not used in any activity, and only used as part of another schema.
Fields§
§transforms: Option<Vec<GooglePrivacyDlpV2ImageTransformation>>List of transforms to make.
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2ImageTransformations
impl Clone for GooglePrivacyDlpV2ImageTransformations
Source§fn clone(&self) -> GooglePrivacyDlpV2ImageTransformations
fn clone(&self) -> GooglePrivacyDlpV2ImageTransformations
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 GooglePrivacyDlpV2ImageTransformations
impl Default for GooglePrivacyDlpV2ImageTransformations
Source§fn default() -> GooglePrivacyDlpV2ImageTransformations
fn default() -> GooglePrivacyDlpV2ImageTransformations
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GooglePrivacyDlpV2ImageTransformations
impl<'de> Deserialize<'de> for GooglePrivacyDlpV2ImageTransformations
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 GooglePrivacyDlpV2ImageTransformations
Auto Trait Implementations§
impl Freeze for GooglePrivacyDlpV2ImageTransformations
impl RefUnwindSafe for GooglePrivacyDlpV2ImageTransformations
impl Send for GooglePrivacyDlpV2ImageTransformations
impl Sync for GooglePrivacyDlpV2ImageTransformations
impl Unpin for GooglePrivacyDlpV2ImageTransformations
impl UnwindSafe for GooglePrivacyDlpV2ImageTransformations
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