#[non_exhaustive]pub struct UpdateDistributionOutput { /* private fields */ }
Expand description
The returned result of the corresponding request.
Implementations
sourceimpl UpdateDistributionOutput
impl UpdateDistributionOutput
sourcepub fn distribution(&self) -> Option<&Distribution>
pub fn distribution(&self) -> Option<&Distribution>
The distribution's information.
sourceimpl UpdateDistributionOutput
impl UpdateDistributionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDistributionOutput
.
Trait Implementations
sourceimpl Clone for UpdateDistributionOutput
impl Clone for UpdateDistributionOutput
sourcefn clone(&self) -> UpdateDistributionOutput
fn clone(&self) -> UpdateDistributionOutput
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 UpdateDistributionOutput
impl Debug for UpdateDistributionOutput
sourceimpl PartialEq<UpdateDistributionOutput> for UpdateDistributionOutput
impl PartialEq<UpdateDistributionOutput> for UpdateDistributionOutput
sourcefn eq(&self, other: &UpdateDistributionOutput) -> bool
fn eq(&self, other: &UpdateDistributionOutput) -> bool
impl StructuralPartialEq for UpdateDistributionOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateDistributionOutput
impl Send for UpdateDistributionOutput
impl Sync for UpdateDistributionOutput
impl Unpin for UpdateDistributionOutput
impl UnwindSafe for UpdateDistributionOutput
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