Enum syntect::highlighting::UnderlineOption [] [src]

pub enum UnderlineOption {
    None,
    Underline,
    StippledUnderline,
    SquigglyUnderline,
}

Variants

Trait Implementations

impl Clone for UnderlineOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UnderlineOption
[src]

Formats the value using the given formatter.

impl Default for UnderlineOption
[src]

Returns the "default value" for a type. Read more

impl FromStr for UnderlineOption
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more