Struct termion::style::NoCrossedOut [] [src]

pub struct NoCrossedOut;

Undo crossed out text (not widely supported).

Trait Implementations

impl Clone for NoCrossedOut
[src]

fn clone(&self) -> NoCrossedOut

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for NoCrossedOut
[src]

impl Display for NoCrossedOut
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.