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