#[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<UpdateCaseOutput> for UpdateCaseOutput
 
impl PartialEq<UpdateCaseOutput> 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.