pub struct TimerKey(/* private fields */);Trait Implementations§
Source§impl Key for TimerKey
impl Key for TimerKey
Source§fn null() -> Self
fn null() -> Self
Creates a new key that is always invalid and distinct from any non-null
key. A null key can only be created through this method (or default
initialization of keys made with
new_key_type!, which calls this
method). Read moreSource§impl Ord for TimerKey
impl Ord for TimerKey
Source§impl PartialOrd for TimerKey
impl PartialOrd for TimerKey
impl Copy for TimerKey
impl Eq for TimerKey
impl StructuralPartialEq for TimerKey
Auto Trait Implementations§
impl Freeze for TimerKey
impl RefUnwindSafe for TimerKey
impl Send for TimerKey
impl Sync for TimerKey
impl Unpin for TimerKey
impl UnwindSafe for TimerKey
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