Enum cargo::ops::CompileMode [] [src]

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

Variants

Fields of Doc

Trait Implementations

impl Clone for CompileMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CompileMode
[src]

impl PartialEq for CompileMode
[src]

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

This method tests for !=.

impl Debug for CompileMode
[src]

Formats the value using the given formatter.