pub struct LightRed;Expand description
A style that can be applied to text in a terminal.
Trait Implementations§
Source§impl From<LightRed> for GeneralStyle
impl From<LightRed> for GeneralStyle
impl ColorStyle for LightRed
Auto Trait Implementations§
impl Freeze for LightRed
impl RefUnwindSafe for LightRed
impl Send for LightRed
impl Sync for LightRed
impl Unpin for LightRed
impl UnsafeUnpin for LightRed
impl UnwindSafe for LightRed
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