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