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