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