Enum PnpmLockfile
pub enum PnpmLockfile {
Workspace,
}Expand description
Common pnpm lockfile labels.
Variants§
Workspace
Implementations§
§impl PnpmLockfile
impl PnpmLockfile
Trait Implementations§
§impl Clone for PnpmLockfile
impl Clone for PnpmLockfile
§fn clone(&self) -> PnpmLockfile
fn clone(&self) -> PnpmLockfile
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 PnpmLockfile
impl Debug for PnpmLockfile
§impl Hash for PnpmLockfile
impl Hash for PnpmLockfile
§impl Ord for PnpmLockfile
impl Ord for PnpmLockfile
§impl PartialEq for PnpmLockfile
impl PartialEq for PnpmLockfile
§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