pub enum YarnLockfile {
YarnLock,
}Expand description
Common Yarn lockfile label.
Variants§
YarnLock
Implementations§
Trait Implementations§
Source§impl Clone for YarnLockfile
impl Clone for YarnLockfile
Source§fn clone(&self) -> YarnLockfile
fn clone(&self) -> YarnLockfile
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 YarnLockfile
impl Debug for YarnLockfile
Source§impl Hash for YarnLockfile
impl Hash for YarnLockfile
Source§impl Ord for YarnLockfile
impl Ord for YarnLockfile
Source§fn cmp(&self, other: &YarnLockfile) -> Ordering
fn cmp(&self, other: &YarnLockfile) -> 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 YarnLockfile
impl PartialEq for YarnLockfile
Source§fn eq(&self, other: &YarnLockfile) -> bool
fn eq(&self, other: &YarnLockfile) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for YarnLockfile
impl PartialOrd for YarnLockfile
impl Copy for YarnLockfile
impl Eq for YarnLockfile
impl StructuralPartialEq for YarnLockfile
Auto Trait Implementations§
impl Freeze for YarnLockfile
impl RefUnwindSafe for YarnLockfile
impl Send for YarnLockfile
impl Sync for YarnLockfile
impl Unpin for YarnLockfile
impl UnsafeUnpin for YarnLockfile
impl UnwindSafe for YarnLockfile
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