Struct transient_hashmap::StandardTimer
source · [−]pub struct StandardTimer;
Expand description
Standard time provider returning current time.
Trait Implementations
sourceimpl Default for StandardTimer
impl Default for StandardTimer
sourcefn default() -> StandardTimer
fn default() -> StandardTimer
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for StandardTimer
impl Send for StandardTimer
impl Sync for StandardTimer
impl Unpin for StandardTimer
impl UnwindSafe for StandardTimer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more