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