pub struct Timer { /* private fields */ }
Expand description
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.
Implementations
Trait Implementations
impl Eq for Timer
impl StructuralEq for Timer
impl StructuralPartialEq for Timer
Auto Trait Implementations
impl RefUnwindSafe for Timer
impl Send for Timer
impl Sync for Timer
impl Unpin for Timer
impl UnwindSafe for Timer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more