[][src]Struct sqs_lambda::sqs_consumer::SqsConsumerActor

pub struct SqsConsumerActor<S: Sqs + Send + Sync + 'static, CH: CompletionHandler + Clone + Send + Sync + 'static> { /* fields omitted */ }

Implementations

impl<S: Sqs + Send + Sync + 'static, CH: CompletionHandler + Clone + Send + Sync + 'static> SqsConsumerActor<S, CH>[src]

pub async fn new(actor_impl: SqsConsumer<S, CH>) -> (Self, JoinHandle<()>)[src]

pub async fn get_new_event<'_>(
    &'_ self,
    event_processor: EventProcessorActor<SqsMessage>
)
[src]

pub async fn _p<'_>(&'_ self, __p: PhantomData<(S, CH)>)[src]

Trait Implementations

impl<S: Sqs + Send + Sync + 'static, CH: CompletionHandler + Clone + Send + Sync + 'static> Clone for SqsConsumerActor<S, CH>[src]

impl<S, CH> Consumer<Message> for SqsConsumerActor<S, CH> where
    S: Sqs + Send + Sync + 'static,
    CH: CompletionHandler + Clone + Send + Sync + 'static, 
[src]

impl<S: Sqs + Send + Sync + 'static, CH: CompletionHandler + Clone + Send + Sync + 'static> Debug for SqsConsumerActor<S, CH>[src]

impl<S: Sqs + Send + Sync + 'static, CH: CompletionHandler + Clone + Send + Sync + 'static> Drop for SqsConsumerActor<S, CH>[src]

Auto Trait Implementations

impl<S, CH> !RefUnwindSafe for SqsConsumerActor<S, CH>[src]

impl<S, CH> Send for SqsConsumerActor<S, CH>[src]

impl<S, CH> Sync for SqsConsumerActor<S, CH>[src]

impl<S, CH> Unpin for SqsConsumerActor<S, CH>[src]

impl<S, CH> !UnwindSafe for SqsConsumerActor<S, CH>[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> CloneAny for T where
    T: Clone + Any

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<D> OwoColorize for D

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]