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