pub struct BounceAction {
pub message: String,
pub sender: String,
pub smtp_reply_code: String,
pub status_code: Option<String>,
pub topic_arn: Option<String>,
}Expand description
SES BounceAction.
Fields§
§message: String§sender: String§smtp_reply_code: String§status_code: Option<String>§topic_arn: Option<String>Trait Implementations§
Source§impl Clone for BounceAction
impl Clone for BounceAction
Source§fn clone(&self) -> BounceAction
fn clone(&self) -> BounceAction
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 BounceAction
impl Debug for BounceAction
Source§impl Default for BounceAction
impl Default for BounceAction
Source§fn default() -> BounceAction
fn default() -> BounceAction
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BounceAction
impl<'de> Deserialize<'de> for BounceAction
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 BounceAction
impl RefUnwindSafe for BounceAction
impl Send for BounceAction
impl Sync for BounceAction
impl Unpin for BounceAction
impl UnsafeUnpin for BounceAction
impl UnwindSafe for BounceAction
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