Enum cargo_metadata::DependencyKind [−][src]
pub enum DependencyKind {
Normal,
Development,
Build,
// some variants omitted
}
Expand description
Dependencies can come in three kinds
Variants
Normal
The ‘normal’ kind
Development
Those used in tests only
Build
Those used in build scripts only
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for DependencyKind
impl Send for DependencyKind
impl Sync for DependencyKind
impl Unpin for DependencyKind
impl UnwindSafe for DependencyKind
Blanket Implementations
Mutably borrows from an owned value. Read more