pub struct SystemTimestampProvider { /* private fields */ }Expand description
Simple timestamp provider (system time)
Implementations§
Trait Implementations§
Source§impl Debug for SystemTimestampProvider
impl Debug for SystemTimestampProvider
Source§impl Default for SystemTimestampProvider
impl Default for SystemTimestampProvider
Source§fn default() -> SystemTimestampProvider
fn default() -> SystemTimestampProvider
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SystemTimestampProvider
impl RefUnwindSafe for SystemTimestampProvider
impl Send for SystemTimestampProvider
impl Sync for SystemTimestampProvider
impl Unpin for SystemTimestampProvider
impl UnwindSafe for SystemTimestampProvider
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