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