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