pub struct ColorBase {
pub disabled: Option<Color>,
pub base_bg: Option<Color>,
pub base_fg: Option<Color>,
}Fields§
§disabled: Option<Color>§base_bg: Option<Color>§base_fg: Option<Color>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ColorBase
impl RefUnwindSafe for ColorBase
impl Send for ColorBase
impl Sync for ColorBase
impl Unpin for ColorBase
impl UnsafeUnpin for ColorBase
impl UnwindSafe for ColorBase
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