pub struct GhostSnapshotReport {
pub large_untracked_dirs: Vec<LargeUntrackedDir>,
}Expand description
Summary produced alongside a ghost snapshot.
Fields§
§large_untracked_dirs: Vec<LargeUntrackedDir>Trait Implementations§
Source§impl Clone for GhostSnapshotReport
impl Clone for GhostSnapshotReport
Source§fn clone(&self) -> GhostSnapshotReport
fn clone(&self) -> GhostSnapshotReport
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GhostSnapshotReport
impl Debug for GhostSnapshotReport
Source§impl Default for GhostSnapshotReport
impl Default for GhostSnapshotReport
Source§fn default() -> GhostSnapshotReport
fn default() -> GhostSnapshotReport
Returns the “default value” for a type. Read more
Source§impl PartialEq for GhostSnapshotReport
impl PartialEq for GhostSnapshotReport
impl Eq for GhostSnapshotReport
impl StructuralPartialEq for GhostSnapshotReport
Auto Trait Implementations§
impl Freeze for GhostSnapshotReport
impl RefUnwindSafe for GhostSnapshotReport
impl Send for GhostSnapshotReport
impl Sync for GhostSnapshotReport
impl Unpin for GhostSnapshotReport
impl UnwindSafe for GhostSnapshotReport
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