pub enum Style {
    Normal,
    Bold,
    Underline,
    BoldUnderline,
}

Variants

Normal
Bold
Underline
BoldUnderline

Trait Implementations

Derived Implementations

impl PartialEq for Style

fn eq(&self, __arg_0: &Style) -> bool

fn ne(&self, __arg_0: &Style) -> bool

impl Eq for Style

fn assert_receiver_is_total_eq(&self)

impl Show for Style

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