pub struct TimerIdentity { /* private fields */ }Expand description
Stable, low-cardinality identity for one logical canister timer.
Derived ordering is lexicographic by owner, subsystem, then name.
Implementations§
Trait Implementations§
Source§impl Clone for TimerIdentity
impl Clone for TimerIdentity
Source§fn clone(&self) -> TimerIdentity
fn clone(&self) -> TimerIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TimerIdentity
impl Debug for TimerIdentity
impl Eq for TimerIdentity
Source§impl Hash for TimerIdentity
impl Hash for TimerIdentity
Source§impl Ord for TimerIdentity
impl Ord for TimerIdentity
Source§fn cmp(&self, other: &TimerIdentity) -> Ordering
fn cmp(&self, other: &TimerIdentity) -> Ordering
1.21.0 (const: unstable) · 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 TimerIdentity
impl PartialEq for TimerIdentity
Source§impl PartialOrd for TimerIdentity
impl PartialOrd for TimerIdentity
impl StructuralPartialEq for TimerIdentity
Auto Trait Implementations§
impl Freeze for TimerIdentity
impl RefUnwindSafe for TimerIdentity
impl Send for TimerIdentity
impl Sync for TimerIdentity
impl Unpin for TimerIdentity
impl UnsafeUnpin for TimerIdentity
impl UnwindSafe for TimerIdentity
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