pub struct BoolWidget;
Expand description
Widget to display bool
sketch parameters.
Trait Implementations§
Source§impl Default for BoolWidget
impl Default for BoolWidget
Source§fn default() -> BoolWidget
fn default() -> BoolWidget
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BoolWidget
impl RefUnwindSafe for BoolWidget
impl Send for BoolWidget
impl Sync for BoolWidget
impl Unpin for BoolWidget
impl UnwindSafe for BoolWidget
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