pub enum CheckBoxState {
Yes,
Off,
}Expand description
The state of a check box Field.
Variants§
Auto Trait Implementations§
impl Freeze for CheckBoxState
impl RefUnwindSafe for CheckBoxState
impl Send for CheckBoxState
impl Sync for CheckBoxState
impl Unpin for CheckBoxState
impl UnwindSafe for CheckBoxState
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