pub enum LockfileKind {
None,
Npm,
Bun,
}Expand description
Lockfile kind detected in a directory.
Variants§
Trait Implementations§
Source§impl Clone for LockfileKind
impl Clone for LockfileKind
Source§fn clone(&self) -> LockfileKind
fn clone(&self) -> LockfileKind
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 moreSource§impl Debug for LockfileKind
impl Debug for LockfileKind
Source§impl PartialEq for LockfileKind
impl PartialEq for LockfileKind
impl Copy for LockfileKind
impl Eq for LockfileKind
impl StructuralPartialEq for LockfileKind
Auto Trait Implementations§
impl Freeze for LockfileKind
impl RefUnwindSafe for LockfileKind
impl Send for LockfileKind
impl Sync for LockfileKind
impl Unpin for LockfileKind
impl UnwindSafe for LockfileKind
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