Struct aws_sdk_connectcases::model::CaseSummary
source · [−]#[non_exhaustive]pub struct CaseSummary { /* private fields */ }
Expand description
Case summary information.
Implementations
sourceimpl CaseSummary
impl CaseSummary
sourceimpl CaseSummary
impl CaseSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CaseSummary
.
Trait Implementations
sourceimpl Clone for CaseSummary
impl Clone for CaseSummary
sourcefn clone(&self) -> CaseSummary
fn clone(&self) -> CaseSummary
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 CaseSummary
impl Debug for CaseSummary
sourceimpl PartialEq<CaseSummary> for CaseSummary
impl PartialEq<CaseSummary> for CaseSummary
sourcefn eq(&self, other: &CaseSummary) -> bool
fn eq(&self, other: &CaseSummary) -> bool
impl StructuralPartialEq for CaseSummary
Auto Trait Implementations
impl RefUnwindSafe for CaseSummary
impl Send for CaseSummary
impl Sync for CaseSummary
impl Unpin for CaseSummary
impl UnwindSafe for CaseSummary
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