pub struct Strat9Timer;Trait Implementations§
Source§impl Timer<Strat9Runtime> for Strat9Timer
impl Timer<Strat9Runtime> for Strat9Timer
Auto Trait Implementations§
impl Freeze for Strat9Timer
impl RefUnwindSafe for Strat9Timer
impl Send for Strat9Timer
impl Sync for Strat9Timer
impl Unpin for Strat9Timer
impl UnsafeUnpin for Strat9Timer
impl UnwindSafe for Strat9Timer
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