Struct termion::style::NoUnderline [−][src]
pub struct NoUnderline;
Expand description
Undo underlined text.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NoUnderline
impl Send for NoUnderline
impl Sync for NoUnderline
impl Unpin for NoUnderline
impl UnwindSafe for NoUnderline
Blanket Implementations
Mutably borrows from an owned value. Read more