pub struct UpMsg<Up: Send> { /* private fields */ }Expand description
A message sent from a worker to the manager; contains the timestamp of its creation to
allow RecvBurstIterator to stop early.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Up> Freeze for UpMsg<Up>where
Up: Freeze,
impl<Up> RefUnwindSafe for UpMsg<Up>where
Up: RefUnwindSafe,
impl<Up> Send for UpMsg<Up>
impl<Up> Sync for UpMsg<Up>where
Up: Sync,
impl<Up> Unpin for UpMsg<Up>where
Up: Unpin,
impl<Up> UnwindSafe for UpMsg<Up>where
Up: UnwindSafe,
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