[][src]Struct rusoto_cloudfront::ContentTypeProfile

pub struct ContentTypeProfile {
    pub content_type: String,
    pub format: String,
    pub profile_id: Option<String>,
}

A field-level encryption content type profile.

Fields

content_type: String

The content type for a field-level encryption content type-profile mapping.

format: String

The format for a field-level encryption content type-profile mapping.

profile_id: Option<String>

The profile ID for a field-level encryption content type-profile mapping.

Trait Implementations

impl Clone for ContentTypeProfile[src]

impl Default for ContentTypeProfile[src]

impl PartialEq<ContentTypeProfile> for ContentTypeProfile[src]

impl Debug for ContentTypeProfile[src]

impl StructuralPartialEq for ContentTypeProfile[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self