Struct aws_sdk_elastictranscoder::output::ReadPresetOutput
source · [−]#[non_exhaustive]pub struct ReadPresetOutput { /* private fields */ }
Expand description
The ReadPresetResponse
structure.
Implementations
sourceimpl ReadPresetOutput
impl ReadPresetOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReadPresetOutput
.
Trait Implementations
sourceimpl Clone for ReadPresetOutput
impl Clone for ReadPresetOutput
sourcefn clone(&self) -> ReadPresetOutput
fn clone(&self) -> ReadPresetOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ReadPresetOutput
impl Debug for ReadPresetOutput
sourceimpl PartialEq<ReadPresetOutput> for ReadPresetOutput
impl PartialEq<ReadPresetOutput> for ReadPresetOutput
sourcefn eq(&self, other: &ReadPresetOutput) -> bool
fn eq(&self, other: &ReadPresetOutput) -> bool
impl StructuralPartialEq for ReadPresetOutput
Auto Trait Implementations
impl RefUnwindSafe for ReadPresetOutput
impl Send for ReadPresetOutput
impl Sync for ReadPresetOutput
impl Unpin for ReadPresetOutput
impl UnwindSafe for ReadPresetOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more