Struct rusoto_elastictranscoder::ReadPresetResponse[][src]

pub struct ReadPresetResponse {
    pub preset: Option<Preset>,
}

The ReadPresetResponse structure.

Fields

A section of the response body that provides information about the preset.

Trait Implementations

impl Default for ReadPresetResponse
[src]

Returns the "default value" for a type. Read more

impl Debug for ReadPresetResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for ReadPresetResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ReadPresetResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations