pub struct CommonColors {Show 13 fields
pub default_text: Color,
pub highlight_text: Color,
pub header_text: Color,
pub header_background: Color,
pub highlight_background: Color,
pub info_preamble: Color,
pub info_text: Color,
pub border_color: Color,
pub title_color: Color,
pub alt_color_1: Color,
pub alt_color_2: Color,
pub alt_color_3: Color,
pub background_color: Color,
}Fields§
§default_text: Color§highlight_text: Color§header_text: Color§header_background: Color§highlight_background: Color§info_preamble: Color§info_text: Color§border_color: Color§title_color: Color§alt_color_1: Color§alt_color_2: Color§alt_color_3: Color§background_color: ColorTrait Implementations§
Source§impl Clone for CommonColors
impl Clone for CommonColors
Source§fn clone(&self) -> CommonColors
fn clone(&self) -> CommonColors
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 CommonColors
impl Debug for CommonColors
Auto Trait Implementations§
impl Freeze for CommonColors
impl RefUnwindSafe for CommonColors
impl Send for CommonColors
impl Sync for CommonColors
impl Unpin for CommonColors
impl UnwindSafe for CommonColors
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more