Struct aws_sdk_elastictranscoder::output::ReadJobOutput
source · #[non_exhaustive]pub struct ReadJobOutput { /* private fields */ }Expand description
The ReadJobResponse structure.
Implementations§
source§impl ReadJobOutput
impl ReadJobOutput
source§impl ReadJobOutput
impl ReadJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReadJobOutput.
Trait Implementations§
source§impl Clone for ReadJobOutput
impl Clone for ReadJobOutput
source§fn clone(&self) -> ReadJobOutput
fn clone(&self) -> ReadJobOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ReadJobOutput
impl Debug for ReadJobOutput
source§impl PartialEq<ReadJobOutput> for ReadJobOutput
impl PartialEq<ReadJobOutput> for ReadJobOutput
source§fn eq(&self, other: &ReadJobOutput) -> bool
fn eq(&self, other: &ReadJobOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.