#[repr(u8)]pub enum Decfils {
STOP = 0,
RUN = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Decfils
impl Ord for Decfils
Source§impl PartialOrd for Decfils
impl PartialOrd for Decfils
impl Copy for Decfils
impl Eq for Decfils
impl StructuralPartialEq for Decfils
Auto Trait Implementations§
impl Freeze for Decfils
impl RefUnwindSafe for Decfils
impl Send for Decfils
impl Sync for Decfils
impl Unpin for Decfils
impl UnwindSafe for Decfils
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