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