Struct rustc_errors::DiagnosticStyledString[][src]

pub struct DiagnosticStyledString(pub Vec<StringPart>);

Methods

impl DiagnosticStyledString
[src]

Trait Implementations

impl PartialEq for DiagnosticStyledString
[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 DiagnosticStyledString
[src]

Auto Trait Implementations