Enum cargo::core::resolver::Method
[−]
[src]
pub enum Method<'a> {
Everything,
Required {
dev_deps: bool,
features: &'a [String],
uses_default_features: bool,
},
}Variants
Everything | ||||||||
Required | Fields
|
Trait Implementations
Derived Implementations
impl<'a> Copy for Method<'a>[src]
impl<'a> Clone for Method<'a>[src]
fn clone(&self) -> Method<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more