pub struct SystemLogClock;Expand description
Production wall-clock implementation with a controlled pre-epoch fallback.
Trait Implementations§
Source§impl Clone for SystemLogClock
impl Clone for SystemLogClock
Source§fn clone(&self) -> SystemLogClock
fn clone(&self) -> SystemLogClock
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SystemLogClock
Source§impl Debug for SystemLogClock
impl Debug for SystemLogClock
Source§impl Default for SystemLogClock
impl Default for SystemLogClock
Source§fn default() -> SystemLogClock
fn default() -> SystemLogClock
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SystemLogClock
impl RefUnwindSafe for SystemLogClock
impl Send for SystemLogClock
impl Sync for SystemLogClock
impl Unpin for SystemLogClock
impl UnsafeUnpin for SystemLogClock
impl UnwindSafe for SystemLogClock
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