Enum crates_index::DependencyKind
source · [−]pub enum DependencyKind {
Normal,
Dev,
Build,
}
Expand description
Section in which this dependency was defined
Variants
Normal
Used at run time
Dev
Not fetched and not used, except for when used direclty in a workspace
Build
Used at build time, not available at run time
Trait Implementations
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