pub struct SqsEvent { /* private fields */ }Expand description
Type that accepts a batch of messages from SQS
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SqsEvent
impl<'de> Deserialize<'de> for SqsEvent
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 Ord for SqsEvent
impl Ord for SqsEvent
Source§impl PartialOrd for SqsEvent
impl PartialOrd for SqsEvent
impl Eq for SqsEvent
impl StructuralPartialEq for SqsEvent
Auto Trait Implementations§
impl Freeze for SqsEvent
impl RefUnwindSafe for SqsEvent
impl Send for SqsEvent
impl Sync for SqsEvent
impl Unpin for SqsEvent
impl UnwindSafe for SqsEvent
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<B> IntoFunctionResponse<B, Body> for Bwhere
B: Serialize,
impl<B> IntoFunctionResponse<B, Body> for Bwhere
B: Serialize,
Source§fn into_response(self) -> FunctionResponse<B, Body>
fn into_response(self) -> FunctionResponse<B, Body>
Convert the type into a FunctionResponse.