Enum cargo_metadata::CargoOpt [−][src]
Expand description
Cargo features flags
Variants
AllFeatures
Run cargo with --features-all
NoDefaultFeatures
Run cargo with --no-default-features
SomeFeatures(Vec<String>)
Run cargo with --features <FEATURES>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CargoOpt
impl UnwindSafe for CargoOpt
Blanket Implementations
Mutably borrows from an owned value. Read more