pub struct TaskKey { /* private fields */ }Expand description
Exact runtime task lookup key.
Implementations§
Trait Implementations§
impl Eq for TaskKey
Source§impl Ord for TaskKey
impl Ord for TaskKey
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 PartialOrd for TaskKey
impl PartialOrd for TaskKey
impl StructuralPartialEq for TaskKey
Auto Trait Implementations§
impl Freeze for TaskKey
impl RefUnwindSafe for TaskKey
impl Send for TaskKey
impl Sync for TaskKey
impl Unpin for TaskKey
impl UnsafeUnpin for TaskKey
impl UnwindSafe for TaskKey
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