Struct termion::style::NoUnderline
[−]
[src]
pub struct NoUnderline;
Undo underlined text.
Trait Implementations
impl Copy for NoUnderline
[src]
impl Copy for NoUnderline
impl Clone for NoUnderline
[src]
impl Clone for NoUnderline
fn clone(&self) -> NoUnderline
[src]
fn clone(&self) -> NoUnderline
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Display for NoUnderline
[src]
impl Display for NoUnderline
Auto Trait Implementations
impl Send for NoUnderline
impl Send for NoUnderline
impl Sync for NoUnderline
impl Sync for NoUnderline