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