Expand description
Packages that have been removed and added between two Lock
instances.
The result of new_lock.diff(&old_lock)
.
Fields
removed: BTreeSet<&'a PkgLock>
added: BTreeSet<&'a PkgLock>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Diff<'a>
impl<'a> Send for Diff<'a>
impl<'a> Sync for Diff<'a>
impl<'a> Unpin for Diff<'a>
impl<'a> UnwindSafe for Diff<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more