pub struct DiffReport {
pub lines: Vec<DiffLine>,
pub partial: bool,
}Fields§
§lines: Vec<DiffLine>§partial: boolThe recorded manifest was truncated by limits, so this comparison covers only part of the captured tree — never imply total coverage.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiffReport
impl RefUnwindSafe for DiffReport
impl Send for DiffReport
impl Sync for DiffReport
impl Unpin for DiffReport
impl UnsafeUnpin for DiffReport
impl UnwindSafe for DiffReport
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