pub enum Styles {
Bold,
Italic,
Faint,
Underline,
Strike,
Invisible,
Blink,
Reverse,
FgColor256(u8),
BgColor256(u8),
}
Expand description
Style enum that containes both color and text utils.
Variants§
Trait Implementations§
impl Eq for Styles
impl StructuralPartialEq for Styles
Auto Trait Implementations§
impl Freeze for Styles
impl RefUnwindSafe for Styles
impl Send for Styles
impl Sync for Styles
impl Unpin for Styles
impl UnwindSafe for Styles
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