Struct aws_lambda_events::event::activemq::ActiveMqEvent
source · pub struct ActiveMqEvent {
pub event_source: Option<String>,
pub event_source_arn: Option<String>,
pub messages: Vec<ActiveMqMessage>,
}Fields§
§event_source: Option<String>§event_source_arn: Option<String>§messages: Vec<ActiveMqMessage>Trait Implementations§
source§impl Clone for ActiveMqEvent
impl Clone for ActiveMqEvent
source§fn clone(&self) -> ActiveMqEvent
fn clone(&self) -> ActiveMqEvent
Returns a copy of the value. Read more
1.0.0 · 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 ActiveMqEvent
impl Debug for ActiveMqEvent
source§impl<'de> Deserialize<'de> for ActiveMqEvent
impl<'de> Deserialize<'de> for ActiveMqEvent
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 PartialEq for ActiveMqEvent
impl PartialEq for ActiveMqEvent
source§fn eq(&self, other: &ActiveMqEvent) -> bool
fn eq(&self, other: &ActiveMqEvent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ActiveMqEvent
impl Serialize for ActiveMqEvent
impl Eq for ActiveMqEvent
impl StructuralPartialEq for ActiveMqEvent
Auto Trait Implementations§
impl RefUnwindSafe for ActiveMqEvent
impl Send for ActiveMqEvent
impl Sync for ActiveMqEvent
impl Unpin for ActiveMqEvent
impl UnwindSafe for ActiveMqEvent
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