[−][src]Struct sqs_lambda::event_retriever::S3PayloadRetriever
Methods
impl<S, D, E> S3PayloadRetriever<S, D, E> where
S: S3 + Clone + Send + Sync + 'static,
D: PayloadDecoder<E> + Clone + Send + 'static,
E: Send + 'static, [src]
S: S3 + Clone + Send + Sync + 'static,
D: PayloadDecoder<E> + Clone + Send + 'static,
E: Send + 'static,
Trait Implementations
impl<S: Clone, D: Clone, E: Clone> Clone for S3PayloadRetriever<S, D, E> where
S: S3 + Clone + Send + Sync + 'static,
D: PayloadDecoder<E> + Clone + Send + 'static,
E: Send + 'static, [src]
S: S3 + Clone + Send + Sync + 'static,
D: PayloadDecoder<E> + Clone + Send + 'static,
E: Send + 'static,
fn clone(&self) -> S3PayloadRetriever<S, D, E>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<S, D, E> PayloadRetriever<E> for S3PayloadRetriever<S, D, E> where
S: S3 + Clone + Send + Sync + 'static,
D: PayloadDecoder<E> + Clone + Send + 'static,
E: Send + 'static, [src]
S: S3 + Clone + Send + Sync + 'static,
D: PayloadDecoder<E> + Clone + Send + 'static,
E: Send + 'static,
fn retrieve_event<'life0, 'life1, 'async_trait>(
&'life0 mut self,
msg: &'life1 SqsMessage
) -> Pin<Box<dyn Future<Output = Result<E, Box<dyn Error>>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
Self: 'async_trait, [src]
&'life0 mut self,
msg: &'life1 SqsMessage
) -> Pin<Box<dyn Future<Output = Result<E, Box<dyn Error>>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
Self: 'async_trait,
Auto Trait Implementations
impl<S, D, E> RefUnwindSafe for S3PayloadRetriever<S, D, E> where
D: RefUnwindSafe,
E: RefUnwindSafe,
S: RefUnwindSafe,
D: RefUnwindSafe,
E: RefUnwindSafe,
S: RefUnwindSafe,
impl<S, D, E> Send for S3PayloadRetriever<S, D, E>
impl<S, D, E> Sync for S3PayloadRetriever<S, D, E> where
D: Sync,
E: Sync,
D: Sync,
E: Sync,
impl<S, D, E> Unpin for S3PayloadRetriever<S, D, E> where
D: Unpin,
E: Unpin,
S: Unpin,
D: Unpin,
E: Unpin,
S: Unpin,
impl<S, D, E> UnwindSafe for S3PayloadRetriever<S, D, E> where
D: UnwindSafe,
E: UnwindSafe,
S: UnwindSafe,
D: UnwindSafe,
E: UnwindSafe,
S: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,