pub struct IdentityMailFromDomainAttributes {
pub behavior_on_mx_failure: BehaviorOnMXFailure,
pub mail_from_domain: String,
pub mail_from_domain_status: CustomMailFromStatus,
}Expand description
SES IdentityMailFromDomainAttributes.
Fields§
§behavior_on_mx_failure: BehaviorOnMXFailure§mail_from_domain: String§mail_from_domain_status: CustomMailFromStatusTrait Implementations§
Source§impl Clone for IdentityMailFromDomainAttributes
impl Clone for IdentityMailFromDomainAttributes
Source§fn clone(&self) -> IdentityMailFromDomainAttributes
fn clone(&self) -> IdentityMailFromDomainAttributes
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 Default for IdentityMailFromDomainAttributes
impl Default for IdentityMailFromDomainAttributes
Source§fn default() -> IdentityMailFromDomainAttributes
fn default() -> IdentityMailFromDomainAttributes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IdentityMailFromDomainAttributes
impl<'de> Deserialize<'de> for IdentityMailFromDomainAttributes
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
Auto Trait Implementations§
impl Freeze for IdentityMailFromDomainAttributes
impl RefUnwindSafe for IdentityMailFromDomainAttributes
impl Send for IdentityMailFromDomainAttributes
impl Sync for IdentityMailFromDomainAttributes
impl Unpin for IdentityMailFromDomainAttributes
impl UnsafeUnpin for IdentityMailFromDomainAttributes
impl UnwindSafe for IdentityMailFromDomainAttributes
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