#[non_exhaustive]pub struct DescribeCommunicationsOutput { /* private fields */ }Expand description
The communications returned by the DescribeCommunications operation.
Implementations
sourceimpl DescribeCommunicationsOutput
impl DescribeCommunicationsOutput
sourcepub fn communications(&self) -> Option<&[Communication]>
pub fn communications(&self) -> Option<&[Communication]>
The communications for the case.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A resumption point for pagination.
sourceimpl DescribeCommunicationsOutput
impl DescribeCommunicationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeCommunicationsOutput.
Trait Implementations
sourceimpl Clone for DescribeCommunicationsOutput
impl Clone for DescribeCommunicationsOutput
sourcefn clone(&self) -> DescribeCommunicationsOutput
fn clone(&self) -> DescribeCommunicationsOutput
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 DescribeCommunicationsOutput
impl Debug for DescribeCommunicationsOutput
sourceimpl PartialEq<DescribeCommunicationsOutput> for DescribeCommunicationsOutput
impl PartialEq<DescribeCommunicationsOutput> for DescribeCommunicationsOutput
sourcefn eq(&self, other: &DescribeCommunicationsOutput) -> bool
fn eq(&self, other: &DescribeCommunicationsOutput) -> bool
impl StructuralPartialEq for DescribeCommunicationsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeCommunicationsOutput
impl Send for DescribeCommunicationsOutput
impl Sync for DescribeCommunicationsOutput
impl Unpin for DescribeCommunicationsOutput
impl UnwindSafe for DescribeCommunicationsOutput
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