pub struct SystemTimestampGenerator;Expand description
Default timestamp generator using system clock.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SystemTimestampGenerator
impl RefUnwindSafe for SystemTimestampGenerator
impl Send for SystemTimestampGenerator
impl Sync for SystemTimestampGenerator
impl Unpin for SystemTimestampGenerator
impl UnsafeUnpin for SystemTimestampGenerator
impl UnwindSafe for SystemTimestampGenerator
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