pub struct TimerHandle(/* private fields */);Expand description
Handle to a created timer.
Trait Implementations§
Source§impl Debug for TimerHandle
impl Debug for TimerHandle
Source§impl Ord for TimerHandle
impl Ord for TimerHandle
Source§fn cmp(&self, other: &TimerHandle) -> Ordering
fn cmp(&self, other: &TimerHandle) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TimerHandle
impl PartialEq for TimerHandle
Source§impl PartialOrd for TimerHandle
impl PartialOrd for TimerHandle
impl Eq for TimerHandle
impl StructuralPartialEq for TimerHandle
Auto Trait Implementations§
impl Freeze for TimerHandle
impl RefUnwindSafe for TimerHandle
impl Send for TimerHandle
impl Sync for TimerHandle
impl Unpin for TimerHandle
impl UnwindSafe for TimerHandle
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