pub struct SystemWallClock;Expand description
WallClock backed by the host system clock.
Trait Implementations§
Source§impl Clone for SystemWallClock
impl Clone for SystemWallClock
Source§fn clone(&self) -> SystemWallClock
fn clone(&self) -> SystemWallClock
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 SystemWallClock
Source§impl Debug for SystemWallClock
impl Debug for SystemWallClock
Source§impl Default for SystemWallClock
impl Default for SystemWallClock
Source§fn default() -> SystemWallClock
fn default() -> SystemWallClock
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SystemWallClock
impl RefUnwindSafe for SystemWallClock
impl Send for SystemWallClock
impl Sync for SystemWallClock
impl Unpin for SystemWallClock
impl UnsafeUnpin for SystemWallClock
impl UnwindSafe for SystemWallClock
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