#[non_exhaustive]pub struct CreateCustomMetadataOutput {}
Implementations
sourceimpl CreateCustomMetadataOutput
impl CreateCustomMetadataOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCustomMetadataOutput
.
Trait Implementations
sourceimpl Clone for CreateCustomMetadataOutput
impl Clone for CreateCustomMetadataOutput
sourcefn clone(&self) -> CreateCustomMetadataOutput
fn clone(&self) -> CreateCustomMetadataOutput
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 CreateCustomMetadataOutput
impl Debug for CreateCustomMetadataOutput
sourceimpl PartialEq<CreateCustomMetadataOutput> for CreateCustomMetadataOutput
impl PartialEq<CreateCustomMetadataOutput> for CreateCustomMetadataOutput
sourcefn eq(&self, other: &CreateCustomMetadataOutput) -> bool
fn eq(&self, other: &CreateCustomMetadataOutput) -> bool
impl StructuralPartialEq for CreateCustomMetadataOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateCustomMetadataOutput
impl Send for CreateCustomMetadataOutput
impl Sync for CreateCustomMetadataOutput
impl Unpin for CreateCustomMetadataOutput
impl UnwindSafe for CreateCustomMetadataOutput
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