pub struct AckNoop;Expand description
Acknowledgment handler that performs no operation.
This can be used in scenarios where an acknowledgment callback is required by the interface but no actual acknowledgement should be sent to the message broker.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AckNoop
impl RefUnwindSafe for AckNoop
impl Send for AckNoop
impl Sync for AckNoop
impl Unpin for AckNoop
impl UnwindSafe for AckNoop
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