pub enum Sgr {
Bold,
Faint,
Italic,
Underline,
StrikeThrough,
Reset,
}Expand description
Select Graphic Renditions, i.e. an enumeration of text style options, such as bold, italic, etc.
This list was obtained from the following source:
The total list of Select Graphic Renditions were trimmed down to those styles which have general, wide support.
Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for Sgr
Auto Trait Implementations§
impl Freeze for Sgr
impl RefUnwindSafe for Sgr
impl Send for Sgr
impl Sync for Sgr
impl Unpin for Sgr
impl UnwindSafe for Sgr
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