Enum cargo::ops::CompileFilter [] [src]

pub enum CompileFilter<'a> {
    Default {
        required_features_filterable: bool,
    },
    Only {
        lib: bool,
        bins: FilterRule<'a>,
        examples: FilterRule<'a>,
        tests: FilterRule<'a>,
        benches: FilterRule<'a>,
    },
}

Variants

Fields of Default

Flag whether targets can be safely skipped when required-features are not satisfied.

Fields of Only

Methods

impl<'a> CompileFilter<'a>
[src]

[src]

[src]

[src]

Trait Implementations

impl<'a> Debug for CompileFilter<'a>
[src]

[src]

Formats the value using the given formatter.