#[non_exhaustive]pub struct CreateDecoderManifestOutput { /* private fields */ }
Implementations§
source§impl CreateDecoderManifestOutput
impl CreateDecoderManifestOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateDecoderManifestOutput
.
Trait Implementations§
source§impl Clone for CreateDecoderManifestOutput
impl Clone for CreateDecoderManifestOutput
source§fn clone(&self) -> CreateDecoderManifestOutput
fn clone(&self) -> CreateDecoderManifestOutput
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 CreateDecoderManifestOutput
impl Debug for CreateDecoderManifestOutput
source§impl PartialEq<CreateDecoderManifestOutput> for CreateDecoderManifestOutput
impl PartialEq<CreateDecoderManifestOutput> for CreateDecoderManifestOutput
source§fn eq(&self, other: &CreateDecoderManifestOutput) -> bool
fn eq(&self, other: &CreateDecoderManifestOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.