pub enum NodePM {
Bun,
Pnpm,
Yarn,
Npm,
}Expand description
Node.js package manager, detected from lockfile presence.
Variants§
Trait Implementations§
impl Eq for NodePM
impl StructuralPartialEq for NodePM
Auto Trait Implementations§
impl Freeze for NodePM
impl RefUnwindSafe for NodePM
impl Send for NodePM
impl Sync for NodePM
impl Unpin for NodePM
impl UnsafeUnpin for NodePM
impl UnwindSafe for NodePM
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