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