Enum syntex_errors::diagnostic::StringPart [] [src]

pub enum StringPart {
    Normal(String),
    Highlighted(String),
}

Variants

Methods

impl StringPart
[src]

Trait Implementations

impl PartialEq for StringPart
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for StringPart
[src]