#[non_exhaustive]pub struct UpdateCaseOutput { /* private fields */ }
Implementations§
source§impl UpdateCaseOutput
impl UpdateCaseOutput
sourcepub fn builder() -> UpdateCaseOutputBuilder
pub fn builder() -> UpdateCaseOutputBuilder
Creates a new builder-style object to manufacture UpdateCaseOutput
.
Trait Implementations§
source§impl Clone for UpdateCaseOutput
impl Clone for UpdateCaseOutput
source§fn clone(&self) -> UpdateCaseOutput
fn clone(&self) -> UpdateCaseOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UpdateCaseOutput
impl Debug for UpdateCaseOutput
source§impl PartialEq for UpdateCaseOutput
impl PartialEq for UpdateCaseOutput
source§fn eq(&self, other: &UpdateCaseOutput) -> bool
fn eq(&self, other: &UpdateCaseOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateCaseOutput
impl RequestId for UpdateCaseOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more