pub enum TaskClass {
Runtime,
Dns,
Socket,
Listener,
Udp,
Tls,
Http2,
Timer,
Vm,
Plugin,
}Variants§
Trait Implementations§
impl Copy for TaskClass
impl Eq for TaskClass
Source§impl Ord for TaskClass
impl Ord for TaskClass
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 TaskClass
impl PartialOrd for TaskClass
impl StructuralPartialEq for TaskClass
Auto Trait Implementations§
impl Freeze for TaskClass
impl RefUnwindSafe for TaskClass
impl Send for TaskClass
impl Sync for TaskClass
impl Unpin for TaskClass
impl UnsafeUnpin for TaskClass
impl UnwindSafe for TaskClass
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