pub struct IndexDiff {
pub want: Vec<FileBlockRef>,
pub have: Vec<FileBlockRef>,
}
Expand description
Represent the difference between two indexes.
Fields§
§want: Vec<FileBlockRef>
§have: Vec<FileBlockRef>
Auto Trait Implementations§
impl Freeze for IndexDiff
impl RefUnwindSafe for IndexDiff
impl Send for IndexDiff
impl Sync for IndexDiff
impl Unpin for IndexDiff
impl UnwindSafe for IndexDiff
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