Enum tty_interface::format::Style
source · [−]pub enum Style {
Bold,
Italic,
Underline,
}
Expand description
Styling to be applied to text in the interface.
Variants
Bold
Italic
Underline
Trait Implementations
impl Copy 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more