pub struct Lockfile<'a> {
pub entries: Vec<Entry<'a>>,
pub generator: Generator,
pub version: u8,
}Expand description
A parsed yarn.lock file.
Fields§
§entries: Vec<Entry<'a>>§generator: Generator§version: u8Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Lockfile<'a>
impl<'a> RefUnwindSafe for Lockfile<'a>
impl<'a> Send for Lockfile<'a>
impl<'a> Sync for Lockfile<'a>
impl<'a> Unpin for Lockfile<'a>
impl<'a> UnwindSafe for Lockfile<'a>
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