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