Struct aws_sdk_cloudfront::model::FieldPatterns
source · [−]#[non_exhaustive]pub struct FieldPatterns { /* private fields */ }
Expand description
A complex data type that includes the field patterns to match for field-level encryption.
Implementations
sourceimpl FieldPatterns
impl FieldPatterns
sourceimpl FieldPatterns
impl FieldPatterns
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FieldPatterns
.
Trait Implementations
sourceimpl Clone for FieldPatterns
impl Clone for FieldPatterns
sourcefn clone(&self) -> FieldPatterns
fn clone(&self) -> FieldPatterns
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for FieldPatterns
impl Debug for FieldPatterns
sourceimpl PartialEq<FieldPatterns> for FieldPatterns
impl PartialEq<FieldPatterns> for FieldPatterns
sourcefn eq(&self, other: &FieldPatterns) -> bool
fn eq(&self, other: &FieldPatterns) -> bool
impl StructuralPartialEq for FieldPatterns
Auto Trait Implementations
impl RefUnwindSafe for FieldPatterns
impl Send for FieldPatterns
impl Sync for FieldPatterns
impl Unpin for FieldPatterns
impl UnwindSafe for FieldPatterns
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more