Struct rusoto_elastictranscoder::Captions[][src]

pub struct Captions {
    pub caption_formats: Option<Vec<CaptionFormat>>,
}

The captions to be created, if any.

Fields

The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

Trait Implementations

impl Default for Captions
[src]

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

impl Debug for Captions
[src]

Formats the value using the given formatter. Read more

impl Clone for Captions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Captions
[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

impl Send for Captions

impl Sync for Captions