#[repr(u8)]pub enum Hoe {
NORMAL_OPS = 0,
HALT_ON_ERROR = 1,
}Variants§
NORMAL_OPS = 0
Normal operation
HALT_ON_ERROR = 1
Error causes HALT field to be automatically set to 1
Implementations§
Trait Implementations§
Source§impl Ord for Hoe
impl Ord for Hoe
Source§impl PartialOrd for Hoe
impl PartialOrd for Hoe
impl Copy for Hoe
impl Eq for Hoe
impl StructuralPartialEq for Hoe
Auto Trait Implementations§
impl Freeze for Hoe
impl RefUnwindSafe for Hoe
impl Send for Hoe
impl Sync for Hoe
impl Unpin for Hoe
impl UnwindSafe for Hoe
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