pub struct DLQ { /* private fields */ }Expand description
Dead Letter Queue for unhandled TPCP envelopes.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DLQ
impl !RefUnwindSafe for DLQ
impl Send for DLQ
impl Sync for DLQ
impl Unpin for DLQ
impl UnsafeUnpin for DLQ
impl !UnwindSafe for DLQ
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