Enum dinghy_lib::compiler::CompileMode [] [src]

pub enum CompileMode {
    Test,
    Build,
    Check {
        test: bool,
    },
    Bench,
    Doc {
        deps: bool,
    },
    Doctest,
}

Variants

Fields of Check

Fields of Doc

Trait Implementations

impl Copy for CompileMode
[src]

impl PartialEq<CompileMode> for CompileMode
[src]

[src]

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

[src]

This method tests for !=.

impl Clone for CompileMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CompileMode
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CompileMode

impl Sync for CompileMode