pub struct Style {
pub boolean: BooleanStyle,
pub variants: VariantsStyle,
pub field_indent_size: Option<f32>,
pub add_button_char: Option<char>,
pub remove_button_char: Option<char>,
}
Expand description
Controls the style of probbing UI.
Fields§
§boolean: BooleanStyle
§variants: VariantsStyle
§field_indent_size: Option<f32>
Implementations§
Trait Implementations§
impl Copy for Style
Auto Trait Implementations§
impl Freeze for Style
impl RefUnwindSafe for Style
impl Send for Style
impl Sync for Style
impl Unpin for Style
impl UnwindSafe for Style
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