#[repr(u8)]pub enum ExecType {
ParallelSync = 0,
SerialSync = 1,
SerialAsync = 2,
}
Expand description
Execution type.
Variants§
Trait Implementations§
impl StructuralPartialEq for ExecType
Auto Trait Implementations§
impl Freeze for ExecType
impl RefUnwindSafe for ExecType
impl Send for ExecType
impl Sync for ExecType
impl Unpin for ExecType
impl UnwindSafe for ExecType
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