Struct aws_sdk_ses::operation::update_configuration_set_sending_enabled::builders::UpdateConfigurationSetSendingEnabledOutputBuilder    
source · #[non_exhaustive]pub struct UpdateConfigurationSetSendingEnabledOutputBuilder { /* private fields */ }Expand description
A builder for UpdateConfigurationSetSendingEnabledOutput.
Implementations§
source§impl UpdateConfigurationSetSendingEnabledOutputBuilder
 
impl UpdateConfigurationSetSendingEnabledOutputBuilder
sourcepub fn build(self) -> UpdateConfigurationSetSendingEnabledOutput
 
pub fn build(self) -> UpdateConfigurationSetSendingEnabledOutput
Consumes the builder and constructs a UpdateConfigurationSetSendingEnabledOutput.
Trait Implementations§
source§impl Clone for UpdateConfigurationSetSendingEnabledOutputBuilder
 
impl Clone for UpdateConfigurationSetSendingEnabledOutputBuilder
source§fn clone(&self) -> UpdateConfigurationSetSendingEnabledOutputBuilder
 
fn clone(&self) -> UpdateConfigurationSetSendingEnabledOutputBuilder
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 UpdateConfigurationSetSendingEnabledOutputBuilder
 
impl Default for UpdateConfigurationSetSendingEnabledOutputBuilder
source§fn default() -> UpdateConfigurationSetSendingEnabledOutputBuilder
 
fn default() -> UpdateConfigurationSetSendingEnabledOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateConfigurationSetSendingEnabledOutputBuilder
 
impl PartialEq for UpdateConfigurationSetSendingEnabledOutputBuilder
source§fn eq(&self, other: &UpdateConfigurationSetSendingEnabledOutputBuilder) -> bool
 
fn eq(&self, other: &UpdateConfigurationSetSendingEnabledOutputBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateConfigurationSetSendingEnabledOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdateConfigurationSetSendingEnabledOutputBuilder
impl RefUnwindSafe for UpdateConfigurationSetSendingEnabledOutputBuilder
impl Send for UpdateConfigurationSetSendingEnabledOutputBuilder
impl Sync for UpdateConfigurationSetSendingEnabledOutputBuilder
impl Unpin for UpdateConfigurationSetSendingEnabledOutputBuilder
impl UnwindSafe for UpdateConfigurationSetSendingEnabledOutputBuilder
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
source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.