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