Enum colorize::Style [] [src]

pub enum Style {
    Underscore,
    Bold,
    Blink,
    Reverse,
    Concealed,
    Faint,
    Italic,
    CrossedOut,
}

Variants

Trait Implementations

impl Clone for Style
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Style
[src]