pub struct InfiniteTimer;
Expand description
A mock timer that will block forever.
Trait Implementations§
Source§impl Debug for InfiniteTimer
impl Debug for InfiniteTimer
Source§impl Timer for InfiniteTimer
impl Timer for InfiniteTimer
Auto Trait Implementations§
impl Freeze for InfiniteTimer
impl RefUnwindSafe for InfiniteTimer
impl Send for InfiniteTimer
impl Sync for InfiniteTimer
impl Unpin for InfiniteTimer
impl UnwindSafe for InfiniteTimer
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