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