pub struct DelayedTime();
Expand description
Light-weight timestamp that update unix epoch every second in background, to minimise the cost of time related system calls.
Implementations§
Auto Trait Implementations§
impl Freeze for DelayedTime
impl RefUnwindSafe for DelayedTime
impl Send for DelayedTime
impl Sync for DelayedTime
impl Unpin for DelayedTime
impl UnwindSafe for DelayedTime
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