pub struct LockDiff {
pub added: BTreeSet<ContentDigest>,
pub removed: BTreeSet<ContentDigest>,
pub selection_changed: bool,
pub root_changed: bool,
}Fields§
§added: BTreeSet<ContentDigest>§removed: BTreeSet<ContentDigest>§selection_changed: bool§root_changed: boolImplementations§
Trait Implementations§
impl Eq for LockDiff
impl StructuralPartialEq for LockDiff
Auto Trait Implementations§
impl Freeze for LockDiff
impl RefUnwindSafe for LockDiff
impl Send for LockDiff
impl Sync for LockDiff
impl Unpin for LockDiff
impl UnsafeUnpin for LockDiff
impl UnwindSafe for LockDiff
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.