pub enum PnpmLockfile {
Workspace,
}Expand description
Common pnpm lockfile labels.
Variants§
Workspace
Implementations§
Trait Implementations§
Source§impl Clone for PnpmLockfile
impl Clone for PnpmLockfile
Source§fn clone(&self) -> PnpmLockfile
fn clone(&self) -> PnpmLockfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PnpmLockfile
impl Debug for PnpmLockfile
Source§impl Hash for PnpmLockfile
impl Hash for PnpmLockfile
Source§impl Ord for PnpmLockfile
impl Ord for PnpmLockfile
Source§fn cmp(&self, other: &PnpmLockfile) -> Ordering
fn cmp(&self, other: &PnpmLockfile) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PnpmLockfile
impl PartialEq for PnpmLockfile
Source§fn eq(&self, other: &PnpmLockfile) -> bool
fn eq(&self, other: &PnpmLockfile) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PnpmLockfile
impl PartialOrd for PnpmLockfile
impl Copy for PnpmLockfile
impl Eq for PnpmLockfile
impl StructuralPartialEq for PnpmLockfile
Auto Trait Implementations§
impl Freeze for PnpmLockfile
impl RefUnwindSafe for PnpmLockfile
impl Send for PnpmLockfile
impl Sync for PnpmLockfile
impl Unpin for PnpmLockfile
impl UnsafeUnpin for PnpmLockfile
impl UnwindSafe for PnpmLockfile
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