Struct crate_compile_test::steps::check_errors::CompilerMessage
[−]
[src]
pub struct CompilerMessage {
pub message: Option<String>,
pub level: DiagnosticLevel,
pub code: Option<String>,
pub location: MessageLocation,
}Fields
message: Option<String>
level: DiagnosticLevel
code: Option<String>
location: MessageLocation
Trait Implementations
impl Debug for CompilerMessage[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for CompilerMessage[src]
fn clone(&self) -> CompilerMessage[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for CompilerMessage[src]
fn eq(&self, other: &CompilerMessage) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.