pub struct TimerModule;Expand description
The timer stdlib module.
Implementations§
Source§impl TimerModule
impl TimerModule
Trait Implementations§
Source§impl Default for TimerModule
impl Default for TimerModule
Source§impl StdlibModule for TimerModule
impl StdlibModule for TimerModule
Auto Trait Implementations§
impl Freeze for TimerModule
impl RefUnwindSafe for TimerModule
impl Send for TimerModule
impl Sync for TimerModule
impl Unpin for TimerModule
impl UnwindSafe for TimerModule
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