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]

[src]

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

impl Debug for ReadPresetResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for ReadPresetResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more