pub enum JEOCW {
NOTCOMPLETE,
COMPLETE,
}
Expand description
Values that can be written to the field JEOC
Variants§
Auto Trait Implementations§
impl Freeze for JEOCW
impl RefUnwindSafe for JEOCW
impl Send for JEOCW
impl Sync for JEOCW
impl Unpin for JEOCW
impl UnwindSafe for JEOCW
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