pub struct SystemFleetClock;Expand description
System-wall-clock implementation.
Trait Implementations§
Source§impl Clone for SystemFleetClock
impl Clone for SystemFleetClock
Source§fn clone(&self) -> SystemFleetClock
fn clone(&self) -> SystemFleetClock
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 moreSource§impl Debug for SystemFleetClock
impl Debug for SystemFleetClock
Source§impl Default for SystemFleetClock
impl Default for SystemFleetClock
Source§fn default() -> SystemFleetClock
fn default() -> SystemFleetClock
Returns the “default value” for a type. Read more
Source§impl FleetClock for SystemFleetClock
impl FleetClock for SystemFleetClock
impl Copy for SystemFleetClock
Auto Trait Implementations§
impl Freeze for SystemFleetClock
impl RefUnwindSafe for SystemFleetClock
impl Send for SystemFleetClock
impl Sync for SystemFleetClock
impl Unpin for SystemFleetClock
impl UnsafeUnpin for SystemFleetClock
impl UnwindSafe for SystemFleetClock
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