pub struct BoolSettings {
pub style: BoolStyle,
}Expand description
Settings controlling how bool fields are edited when no per-field
attributes are provided.
Fields§
§style: BoolStyleDefault widget style for bool fields.
Trait Implementations§
Source§impl Clone for BoolSettings
impl Clone for BoolSettings
Source§fn clone(&self) -> BoolSettings
fn clone(&self) -> BoolSettings
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BoolSettings
impl Debug for BoolSettings
Auto Trait Implementations§
impl Freeze for BoolSettings
impl RefUnwindSafe for BoolSettings
impl Send for BoolSettings
impl Sync for BoolSettings
impl Unpin for BoolSettings
impl UnwindSafe for BoolSettings
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