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