pub struct DeclarativeErrorHandler {
pub dead_letter_channel: Option<String>,
pub retry: Option<DeclarativeRedeliveryPolicy>,
}Fields§
§dead_letter_channel: Option<String>§retry: Option<DeclarativeRedeliveryPolicy>Trait Implementations§
Source§impl Clone for DeclarativeErrorHandler
impl Clone for DeclarativeErrorHandler
Source§fn clone(&self) -> DeclarativeErrorHandler
fn clone(&self) -> DeclarativeErrorHandler
Returns a duplicate 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 DeclarativeErrorHandler
impl Debug for DeclarativeErrorHandler
Source§impl PartialEq for DeclarativeErrorHandler
impl PartialEq for DeclarativeErrorHandler
impl StructuralPartialEq for DeclarativeErrorHandler
Auto Trait Implementations§
impl Freeze for DeclarativeErrorHandler
impl RefUnwindSafe for DeclarativeErrorHandler
impl Send for DeclarativeErrorHandler
impl Sync for DeclarativeErrorHandler
impl Unpin for DeclarativeErrorHandler
impl UnsafeUnpin for DeclarativeErrorHandler
impl UnwindSafe for DeclarativeErrorHandler
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