pub struct UiSettings {
pub color_enabled: bool,
pub default_yes: bool,
}Expand description
Presentation settings for the terminal UI.
Fields§
§color_enabled: bool§default_yes: boolTrait Implementations§
Source§impl Clone for UiSettings
impl Clone for UiSettings
Source§fn clone(&self) -> UiSettings
fn clone(&self) -> UiSettings
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 UiSettings
impl Debug for UiSettings
Source§impl Default for UiSettings
impl Default for UiSettings
Source§impl PartialEq for UiSettings
impl PartialEq for UiSettings
impl Copy for UiSettings
impl Eq for UiSettings
impl StructuralPartialEq for UiSettings
Auto Trait Implementations§
impl Freeze for UiSettings
impl RefUnwindSafe for UiSettings
impl Send for UiSettings
impl Sync for UiSettings
impl Unpin for UiSettings
impl UnwindSafe for UiSettings
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