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