pub struct PausableTimer;
Auto Trait Implementations§
impl Freeze for PausableTimer
impl RefUnwindSafe for PausableTimer
impl Send for PausableTimer
impl Sync for PausableTimer
impl Unpin for PausableTimer
impl UnwindSafe for PausableTimer
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