pub struct Enqueue<M: Message + Clone + Send + Sync + 'static>(pub Job<M>, pub bool);Tuple Fields§
§0: Job<M>§1: boolTrait Implementations§
Auto Trait Implementations§
impl<M> RefUnwindSafe for Enqueue<M>where
M: RefUnwindSafe,
impl<M> Send for Enqueue<M>
impl<M> Sync for Enqueue<M>
impl<M> Unpin for Enqueue<M>where
M: Unpin,
impl<M> UnwindSafe for Enqueue<M>where
M: 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