Enum org_rust_parser::element::CheckBox
source · pub enum CheckBox {
Intermediate,
Off,
On,
}Variants§
Trait Implementations§
Auto Trait Implementations§
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