pub enum StyleAttr {
Bold,
Dim,
Italic,
Underline,
Blink,
Reverse,
Hidden,
Strikethrough,
DoubleUnderline,
CurlyUnderline,
}Variants§
Trait Implementations§
impl Copy for StyleAttr
impl Eq for StyleAttr
impl StructuralPartialEq for StyleAttr
Auto Trait Implementations§
impl Freeze for StyleAttr
impl RefUnwindSafe for StyleAttr
impl Send for StyleAttr
impl Sync for StyleAttr
impl Unpin for StyleAttr
impl UnsafeUnpin for StyleAttr
impl UnwindSafe for StyleAttr
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