Struct text_terminal::Style
source · pub struct Style { /* private fields */ }
Expand description
The style of text, including formatting and color choice,
for the character(s) displayed in a Unit
.
Implementations§
Trait Implementations§
source§impl PartialEq<Style> for Style
impl PartialEq<Style> for Style
impl Copy for Style
impl Eq for Style
impl StructuralEq for Style
impl StructuralPartialEq for Style
Auto Trait Implementations§
impl RefUnwindSafe for Style
impl Send for Style
impl Sync for Style
impl Unpin for Style
impl UnwindSafe for Style
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