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