Struct wan::wandbox::CompilerInfo [] [src]

pub struct CompilerInfo {
    pub name: String,
    pub version: String,
    pub language: String,
    pub display_name: String,
    pub compiler_option_raw: bool,
    pub runtime_option_raw: bool,
    pub display_compile_command: String,
    pub switches: Vec<Either<CompilerSwitch, CompilerSwitchMultiOptions>>,
}

Fields

Trait Implementations

impl Debug for CompilerInfo
[src]

Formats the value using the given formatter.

impl Display for CompilerInfo
[src]

Formats the value using the given formatter. Read more