pub struct NoTarget;
Expand description
A default struct which is provided when the timer queue does not require any input.
Trait Implementations§
impl Copy for NoTarget
impl Eq for NoTarget
impl StructuralPartialEq for NoTarget
Auto Trait Implementations§
impl Freeze for NoTarget
impl RefUnwindSafe for NoTarget
impl Send for NoTarget
impl Sync for NoTarget
impl Unpin for NoTarget
impl UnwindSafe for NoTarget
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