Struct backoff::SystemClock
source · pub struct SystemClock {}
Expand description
SystemClock
uses the system’s clock to get the current time.
This Clock should be used for real use-cases.
Trait Implementations§
source§impl Clone for SystemClock
impl Clone for SystemClock
source§fn clone(&self) -> SystemClock
fn clone(&self) -> SystemClock
Returns a copy of the value. Read more
1.0.0 · 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 SystemClock
impl Debug for SystemClock
source§impl Default for SystemClock
impl Default for SystemClock
source§fn default() -> SystemClock
fn default() -> SystemClock
Returns the “default value” for a type. Read more