pub struct BoolField {
pub name: String,
pub value: bool,
pub tooltip: Option<String>,
}Expand description
A boolean checkbox field.
Fields§
§name: String§value: bool§tooltip: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoolField
impl RefUnwindSafe for BoolField
impl Send for BoolField
impl Sync for BoolField
impl Unpin for BoolField
impl UnsafeUnpin for BoolField
impl UnwindSafe for BoolField
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