#[non_exhaustive]pub struct PutCaseEventConfigurationOutput {}
Implementations
sourceimpl PutCaseEventConfigurationOutput
impl PutCaseEventConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutCaseEventConfigurationOutput
.
Trait Implementations
sourceimpl Clone for PutCaseEventConfigurationOutput
impl Clone for PutCaseEventConfigurationOutput
sourcefn clone(&self) -> PutCaseEventConfigurationOutput
fn clone(&self) -> PutCaseEventConfigurationOutput
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 PartialEq<PutCaseEventConfigurationOutput> for PutCaseEventConfigurationOutput
impl PartialEq<PutCaseEventConfigurationOutput> for PutCaseEventConfigurationOutput
sourcefn eq(&self, other: &PutCaseEventConfigurationOutput) -> bool
fn eq(&self, other: &PutCaseEventConfigurationOutput) -> bool
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
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