pub enum SchedulerType {
Worker,
Pool,
Runtime,
Blocking,
}Variants§
Trait Implementations§
Source§impl Debug for SchedulerType
impl Debug for SchedulerType
Source§impl PartialEq for SchedulerType
impl PartialEq for SchedulerType
impl StructuralPartialEq for SchedulerType
Auto Trait Implementations§
impl Freeze for SchedulerType
impl RefUnwindSafe for SchedulerType
impl Send for SchedulerType
impl Sync for SchedulerType
impl Unpin for SchedulerType
impl UnwindSafe for SchedulerType
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