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