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 more