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