pub enum BatchMode {
NotSupported = 0,
Enabled = 1,
Disabled = 2,
Undefined = 3,
PermanentlyDisabled = 4,
}
Expand description
The current batch processing mode.
Variants§
Trait Implementations§
impl Copy for BatchMode
impl Eq for BatchMode
impl StructuralPartialEq for BatchMode
Auto Trait Implementations§
impl Freeze for BatchMode
impl RefUnwindSafe for BatchMode
impl Send for BatchMode
impl Sync for BatchMode
impl Unpin for BatchMode
impl UnwindSafe for BatchMode
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