pub struct SesEventDestinationDelivery {
pub destination_name: String,
pub destination_type: String,
pub event_type: String,
pub message_id: String,
pub dispatched_at: String,
pub target_arn: String,
}Fields§
§destination_name: String§destination_type: String§event_type: String§message_id: String§dispatched_at: String§target_arn: StringTrait Implementations§
Source§impl Clone for SesEventDestinationDelivery
impl Clone for SesEventDestinationDelivery
Source§fn clone(&self) -> SesEventDestinationDelivery
fn clone(&self) -> SesEventDestinationDelivery
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 SesEventDestinationDelivery
impl Debug for SesEventDestinationDelivery
Source§impl<'de> Deserialize<'de> for SesEventDestinationDelivery
impl<'de> Deserialize<'de> for SesEventDestinationDelivery
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 SesEventDestinationDelivery
impl RefUnwindSafe for SesEventDestinationDelivery
impl Send for SesEventDestinationDelivery
impl Sync for SesEventDestinationDelivery
impl Unpin for SesEventDestinationDelivery
impl UnsafeUnpin for SesEventDestinationDelivery
impl UnwindSafe for SesEventDestinationDelivery
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