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