pub struct LogPusher<T, C, P: Push<Bundle<T, C>>> { /* private fields */ }
Expand description
Wraps a Message<T,D>
pusher to provide a Push<(T, Content<D>)>
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, C, P> Freeze for LogPusher<T, C, P>where
P: Freeze,
impl<T, C, P> !RefUnwindSafe for LogPusher<T, C, P>
impl<T, C, P> !Send for LogPusher<T, C, P>
impl<T, C, P> !Sync for LogPusher<T, C, P>
impl<T, C, P> Unpin for LogPusher<T, C, P>
impl<T, C, P> !UnwindSafe for LogPusher<T, C, P>
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