Struct aws_sdk_cloudfront::types::QueryArgProfiles
source · #[non_exhaustive]pub struct QueryArgProfiles { /* private fields */ }Expand description
Query argument-profile mapping for field-level encryption.
Implementations§
source§impl QueryArgProfiles
impl QueryArgProfiles
sourcepub fn builder() -> QueryArgProfilesBuilder
pub fn builder() -> QueryArgProfilesBuilder
Creates a new builder-style object to manufacture QueryArgProfiles.
Trait Implementations§
source§impl Clone for QueryArgProfiles
impl Clone for QueryArgProfiles
source§fn clone(&self) -> QueryArgProfiles
fn clone(&self) -> QueryArgProfiles
Returns a copy 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 Debug for QueryArgProfiles
impl Debug for QueryArgProfiles
source§impl PartialEq<QueryArgProfiles> for QueryArgProfiles
impl PartialEq<QueryArgProfiles> for QueryArgProfiles
source§fn eq(&self, other: &QueryArgProfiles) -> bool
fn eq(&self, other: &QueryArgProfiles) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
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