[][src]Struct sqs_lambda::retry::RetryHandler

pub struct RetryHandler { /* fields omitted */ }

Implementations

impl RetryHandler[src]

pub fn new(attempts: u8) -> Self[src]

Trait Implementations

impl<E> ErrorHandler<RusotoError<E>> for RetryHandler[src]

type OutError = RusotoError<E>

An error that the handle function will produce.

Auto Trait Implementations

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<InError, F, OutError> ErrorHandler<InError> for F where
    F: FnMut(InError) -> RetryPolicy<OutError>, 
[src]

type OutError = OutError

An error that the handle function will produce.

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

impl<T> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Sealed<T> for T where
    T: ?Sized

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]