Struct rusoto_elastictranscoder::Timing[][src]

pub struct Timing {
    pub finish_time_millis: Option<i64>,
    pub start_time_millis: Option<i64>,
    pub submit_time_millis: Option<i64>,
}

Details about the timing of a job.

Fields

The time the job finished transcoding, in epoch milliseconds.

The time the job began transcoding, in epoch milliseconds.

The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

Trait Implementations

impl Default for Timing
[src]

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

impl Debug for Timing
[src]

Formats the value using the given formatter. Read more

impl Clone for Timing
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for Timing