Struct aws_sdk_ses::types::ConfigurationSet
source · #[non_exhaustive]pub struct ConfigurationSet { /* private fields */ }Expand description
The name of the configuration set.
Configuration sets let you create groups of rules that you can apply to the emails you send using Amazon SES. For more information about using configuration sets, see Using Amazon SES Configuration Sets in the Amazon SES Developer Guide.
Implementations§
source§impl ConfigurationSet
impl ConfigurationSet
sourcepub fn builder() -> ConfigurationSetBuilder
pub fn builder() -> ConfigurationSetBuilder
Creates a new builder-style object to manufacture ConfigurationSet.
Trait Implementations§
source§impl Clone for ConfigurationSet
impl Clone for ConfigurationSet
source§fn clone(&self) -> ConfigurationSet
fn clone(&self) -> ConfigurationSet
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 Debug for ConfigurationSet
impl Debug for ConfigurationSet
source§impl PartialEq<ConfigurationSet> for ConfigurationSet
impl PartialEq<ConfigurationSet> for ConfigurationSet
source§fn eq(&self, other: &ConfigurationSet) -> bool
fn eq(&self, other: &ConfigurationSet) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ConfigurationSet
Auto Trait Implementations§
impl RefUnwindSafe for ConfigurationSet
impl Send for ConfigurationSet
impl Sync for ConfigurationSet
impl Unpin for ConfigurationSet
impl UnwindSafe for ConfigurationSet
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