Struct aws_sdk_cloudfront::model::QueryArgProfiles
source · [−]#[non_exhaustive]pub struct QueryArgProfiles { /* private fields */ }
Expand description
Query argument-profile mapping for field-level encryption.
Implementations
sourceimpl QueryArgProfiles
impl QueryArgProfiles
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture QueryArgProfiles
.
Trait Implementations
sourceimpl Clone for QueryArgProfiles
impl Clone for QueryArgProfiles
sourcefn clone(&self) -> QueryArgProfiles
fn clone(&self) -> QueryArgProfiles
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 QueryArgProfiles
impl Debug for QueryArgProfiles
sourceimpl PartialEq<QueryArgProfiles> for QueryArgProfiles
impl PartialEq<QueryArgProfiles> for QueryArgProfiles
sourcefn eq(&self, other: &QueryArgProfiles) -> bool
fn eq(&self, other: &QueryArgProfiles) -> bool
impl StructuralPartialEq for QueryArgProfiles
Auto Trait Implementations
impl RefUnwindSafe for QueryArgProfiles
impl Send for QueryArgProfiles
impl Sync for QueryArgProfiles
impl Unpin for QueryArgProfiles
impl UnwindSafe for QueryArgProfiles
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