pub struct SyncDiff {
pub items: Vec<DiffEntry>,
}Expand description
The diff between current disk state and desired target state.
Fields§
§items: Vec<DiffEntry>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncDiff
impl RefUnwindSafe for SyncDiff
impl Send for SyncDiff
impl Sync for SyncDiff
impl Unpin for SyncDiff
impl UnsafeUnpin for SyncDiff
impl UnwindSafe for SyncDiff
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