pub struct NoTicket;
Expand description
A default struct which is returned when the timer queue does issue any identification of the instance in queue.
Trait Implementations§
impl Copy for NoTicket
impl Eq for NoTicket
impl StructuralPartialEq for NoTicket
Auto Trait Implementations§
impl Freeze for NoTicket
impl RefUnwindSafe for NoTicket
impl Send for NoTicket
impl Sync for NoTicket
impl Unpin for NoTicket
impl UnwindSafe for NoTicket
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