pub struct DebuggingPublisherLayer;
Expand description
A middleware layer that adds debug logging capabilities to a publisher. When messages are published, it will log them using the debug format.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebuggingPublisherLayer
impl RefUnwindSafe for DebuggingPublisherLayer
impl Send for DebuggingPublisherLayer
impl Sync for DebuggingPublisherLayer
impl Unpin for DebuggingPublisherLayer
impl UnwindSafe for DebuggingPublisherLayer
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