#[non_exhaustive]pub struct HyperTimer;
Expand description
A Timer that uses the awak runtime.
Implementations§
Source§impl HyperTimer
impl HyperTimer
Trait Implementations§
Source§impl Clone for HyperTimer
impl Clone for HyperTimer
Source§fn clone(&self) -> HyperTimer
fn clone(&self) -> HyperTimer
Returns a duplicate 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 HyperTimer
impl Debug for HyperTimer
Source§impl Default for HyperTimer
impl Default for HyperTimer
Source§fn default() -> HyperTimer
fn default() -> HyperTimer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HyperTimer
impl RefUnwindSafe for HyperTimer
impl Send for HyperTimer
impl Sync for HyperTimer
impl Unpin for HyperTimer
impl UnwindSafe for HyperTimer
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