Enum DependencyKind
pub enum DependencyKind {
Dependencies,
DevDependencies,
PeerDependencies,
OptionalDependencies,
BundleDependencies,
}Expand description
package.json dependency section kind.
Variants§
Implementations§
§impl DependencyKind
impl DependencyKind
Trait Implementations§
§impl Clone for DependencyKind
impl Clone for DependencyKind
§fn clone(&self) -> DependencyKind
fn clone(&self) -> DependencyKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for DependencyKind
impl Debug for DependencyKind
§impl Hash for DependencyKind
impl Hash for DependencyKind
§impl Ord for DependencyKind
impl Ord for DependencyKind
§impl PartialEq for DependencyKind
impl PartialEq for DependencyKind
§impl PartialOrd for DependencyKind
impl PartialOrd for DependencyKind
impl Copy for DependencyKind
impl Eq for DependencyKind
impl StructuralPartialEq for DependencyKind
Auto Trait Implementations§
impl Freeze for DependencyKind
impl RefUnwindSafe for DependencyKind
impl Send for DependencyKind
impl Sync for DependencyKind
impl Unpin for DependencyKind
impl UnsafeUnpin for DependencyKind
impl UnwindSafe for DependencyKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more