pub enum ConfigurationSetAttribute {
DeliveryOptions,
EventDestinations,
ReputationOptions,
TrackingOptions,
}Expand description
SES ConfigurationSetAttribute enum.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ConfigurationSetAttribute
impl Clone for ConfigurationSetAttribute
Source§fn clone(&self) -> ConfigurationSetAttribute
fn clone(&self) -> ConfigurationSetAttribute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ConfigurationSetAttribute
impl Debug for ConfigurationSetAttribute
Source§impl Default for ConfigurationSetAttribute
impl Default for ConfigurationSetAttribute
Source§fn default() -> ConfigurationSetAttribute
fn default() -> ConfigurationSetAttribute
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConfigurationSetAttribute
impl<'de> Deserialize<'de> for ConfigurationSetAttribute
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ConfigurationSetAttribute
impl Display for ConfigurationSetAttribute
Source§impl From<&str> for ConfigurationSetAttribute
impl From<&str> for ConfigurationSetAttribute
Source§impl Hash for ConfigurationSetAttribute
impl Hash for ConfigurationSetAttribute
Source§impl PartialEq for ConfigurationSetAttribute
impl PartialEq for ConfigurationSetAttribute
Source§fn eq(&self, other: &ConfigurationSetAttribute) -> bool
fn eq(&self, other: &ConfigurationSetAttribute) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ConfigurationSetAttribute
impl StructuralPartialEq for ConfigurationSetAttribute
Auto Trait Implementations§
impl Freeze for ConfigurationSetAttribute
impl RefUnwindSafe for ConfigurationSetAttribute
impl Send for ConfigurationSetAttribute
impl Sync for ConfigurationSetAttribute
impl Unpin for ConfigurationSetAttribute
impl UnsafeUnpin for ConfigurationSetAttribute
impl UnwindSafe for ConfigurationSetAttribute
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