Enum elmesque::text::Line [−] [src]

pub enum Line {
    Under,
    Over,
    Through,
}

Styles for lines on text. This allows you to add an underline, an overline, or strike out text.

Variants

Under
Over
Through

Trait Implementations

Derived Implementations

impl Debug for Line

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

impl Clone for Line

fn clone(&self) -> Line

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

impl Copy for Line