pub enum CheckBox {
Intermediate,
Off,
On,
}
Variants§
Trait Implementations§
impl Eq for CheckBox
impl StructuralPartialEq for CheckBox
Auto Trait Implementations§
impl Freeze for CheckBox
impl RefUnwindSafe for CheckBox
impl Send for CheckBox
impl Sync for CheckBox
impl Unpin for CheckBox
impl UnwindSafe for CheckBox
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