pub struct NewTaskTicket { /* private fields */ }Expand description
A ticket which is assigned to specific task in order to send the same task to the same thread which has been already assigned. If only one thread is allocated, then this is not really necessary (will be optimized in future).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewTaskTicket
impl !RefUnwindSafe for NewTaskTicket
impl Send for NewTaskTicket
impl Sync for NewTaskTicket
impl Unpin for NewTaskTicket
impl !UnwindSafe for NewTaskTicket
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