#[non_exhaustive]pub struct AddCommunicationToCaseOutput { /* private fields */ }Expand description
The result of the AddCommunicationToCase operation.
Implementations
sourceimpl AddCommunicationToCaseOutput
impl AddCommunicationToCaseOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddCommunicationToCaseOutput.
Trait Implementations
sourceimpl Clone for AddCommunicationToCaseOutput
impl Clone for AddCommunicationToCaseOutput
sourcefn clone(&self) -> AddCommunicationToCaseOutput
fn clone(&self) -> AddCommunicationToCaseOutput
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 AddCommunicationToCaseOutput
impl Debug for AddCommunicationToCaseOutput
sourceimpl PartialEq<AddCommunicationToCaseOutput> for AddCommunicationToCaseOutput
impl PartialEq<AddCommunicationToCaseOutput> for AddCommunicationToCaseOutput
sourcefn eq(&self, other: &AddCommunicationToCaseOutput) -> bool
fn eq(&self, other: &AddCommunicationToCaseOutput) -> bool
impl StructuralPartialEq for AddCommunicationToCaseOutput
Auto Trait Implementations
impl RefUnwindSafe for AddCommunicationToCaseOutput
impl Send for AddCommunicationToCaseOutput
impl Sync for AddCommunicationToCaseOutput
impl Unpin for AddCommunicationToCaseOutput
impl UnwindSafe for AddCommunicationToCaseOutput
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