pub struct TimerHandle(/* private fields */);
Implementations§
Trait Implementations§
source§impl Add<Seconds> for TimerHandle
impl Add<Seconds> for TimerHandle
source§type Output = TimerHandle
type Output = TimerHandle
The resulting type after applying the
+
operator.source§impl Clone for TimerHandle
impl Clone for TimerHandle
source§fn clone(&self) -> TimerHandle
fn clone(&self) -> TimerHandle
Returns a copy 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 TimerHandle
impl Debug for TimerHandle
source§impl Default for TimerHandle
impl Default for TimerHandle
source§fn default() -> TimerHandle
fn default() -> TimerHandle
Returns the “default value” for a type. Read more
source§impl Hash for TimerHandle
impl Hash 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 Copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)