pub struct SystemTimeDateTimeHandler;Expand description
Time handler powered by plain OS system time. useful for testing purpose.
Trait Implementations§
Source§impl DateTime for SystemTimeDateTimeHandler
impl DateTime for SystemTimeDateTimeHandler
Auto Trait Implementations§
impl Freeze for SystemTimeDateTimeHandler
impl RefUnwindSafe for SystemTimeDateTimeHandler
impl Send for SystemTimeDateTimeHandler
impl Sync for SystemTimeDateTimeHandler
impl Unpin for SystemTimeDateTimeHandler
impl UnwindSafe for SystemTimeDateTimeHandler
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