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