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