Struct aws_sdk_connectcases::operation::put_case_event_configuration::PutCaseEventConfigurationOutput
source · #[non_exhaustive]pub struct PutCaseEventConfigurationOutput { /* private fields */ }
Implementations§
source§impl PutCaseEventConfigurationOutput
impl PutCaseEventConfigurationOutput
sourcepub fn builder() -> PutCaseEventConfigurationOutputBuilder
pub fn builder() -> PutCaseEventConfigurationOutputBuilder
Creates a new builder-style object to manufacture PutCaseEventConfigurationOutput
.
Trait Implementations§
source§impl Clone for PutCaseEventConfigurationOutput
impl Clone for PutCaseEventConfigurationOutput
source§fn clone(&self) -> PutCaseEventConfigurationOutput
fn clone(&self) -> PutCaseEventConfigurationOutput
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 PartialEq for PutCaseEventConfigurationOutput
impl PartialEq for PutCaseEventConfigurationOutput
source§fn eq(&self, other: &PutCaseEventConfigurationOutput) -> bool
fn eq(&self, other: &PutCaseEventConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for PutCaseEventConfigurationOutput
impl RequestId for PutCaseEventConfigurationOutput
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 PutCaseEventConfigurationOutput
Auto Trait Implementations§
impl RefUnwindSafe for PutCaseEventConfigurationOutput
impl Send for PutCaseEventConfigurationOutput
impl Sync for PutCaseEventConfigurationOutput
impl Unpin for PutCaseEventConfigurationOutput
impl UnwindSafe for PutCaseEventConfigurationOutput
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