Struct aws_sdk_connectcases::operation::put_case_event_configuration::builders::PutCaseEventConfigurationOutputBuilder
source · #[non_exhaustive]pub struct PutCaseEventConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for PutCaseEventConfigurationOutput
.
Implementations§
source§impl PutCaseEventConfigurationOutputBuilder
impl PutCaseEventConfigurationOutputBuilder
sourcepub fn build(self) -> PutCaseEventConfigurationOutput
pub fn build(self) -> PutCaseEventConfigurationOutput
Consumes the builder and constructs a PutCaseEventConfigurationOutput
.
Trait Implementations§
source§impl Clone for PutCaseEventConfigurationOutputBuilder
impl Clone for PutCaseEventConfigurationOutputBuilder
source§fn clone(&self) -> PutCaseEventConfigurationOutputBuilder
fn clone(&self) -> PutCaseEventConfigurationOutputBuilder
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 Default for PutCaseEventConfigurationOutputBuilder
impl Default for PutCaseEventConfigurationOutputBuilder
source§fn default() -> PutCaseEventConfigurationOutputBuilder
fn default() -> PutCaseEventConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for PutCaseEventConfigurationOutputBuilder
impl PartialEq for PutCaseEventConfigurationOutputBuilder
source§fn eq(&self, other: &PutCaseEventConfigurationOutputBuilder) -> bool
fn eq(&self, other: &PutCaseEventConfigurationOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PutCaseEventConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for PutCaseEventConfigurationOutputBuilder
impl Send for PutCaseEventConfigurationOutputBuilder
impl Sync for PutCaseEventConfigurationOutputBuilder
impl Unpin for PutCaseEventConfigurationOutputBuilder
impl UnwindSafe for PutCaseEventConfigurationOutputBuilder
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