pub struct Verdict {
pub forgot_lock: Vec<String>,
pub orphan_lock: Vec<String>,
}Fields§
§forgot_lock: Vec<String>package.json staged, a real lockfile exists on disk but is not staged.
orphan_lock: Vec<String>lockfile staged without its package.json.
Auto Trait Implementations§
impl Freeze for Verdict
impl RefUnwindSafe for Verdict
impl Send for Verdict
impl Sync for Verdict
impl Unpin for Verdict
impl UnsafeUnpin for Verdict
impl UnwindSafe for Verdict
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