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