pub struct Colors {
pub red: String,
pub green: String,
pub yellow: String,
pub cyan: String,
pub white: String,
pub reset: String,
pub bg_red: String,
pub bg_cyan: String,
pub bg_green: String,
pub bg_yellow: String,
}Fields§
§red: String§green: String§yellow: String§cyan: String§white: String§reset: String§bg_red: String§bg_cyan: String§bg_green: String§bg_yellow: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Colors
impl RefUnwindSafe for Colors
impl Send for Colors
impl Sync for Colors
impl Unpin for Colors
impl UnwindSafe for Colors
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