Struct cadence::Timer [−][src]
pub struct Timer { /* fields omitted */ }Timers are a positive number of milliseconds between a start and end point.
Statistical distribution of timer values is often computed by the server.
See the Timed trait for more information.
Methods
impl Timer[src]
impl TimerTrait Implementations
impl PartialEq for Timer[src]
impl PartialEq for Timerfn eq(&self, other: &Timer) -> bool[src]
fn eq(&self, other: &Timer) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Timer) -> bool[src]
fn ne(&self, other: &Timer) -> boolThis method tests for !=.
impl Eq for Timer[src]
impl Eq for Timerimpl Debug for Timer[src]
impl Debug for Timerfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Hash for Timer[src]
impl Hash for Timerfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Clone for Timer[src]
impl Clone for Timerfn clone(&self) -> Timer[src]
fn clone(&self) -> TimerReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl From<String> for Timer[src]
impl From<String> for Timerimpl Metric for Timer[src]
impl Metric for Timerfn as_metric_str(&self) -> &str[src]
fn as_metric_str(&self) -> &str