pub struct LargeUntrackedDir {
pub path: PathBuf,
pub file_count: usize,
}Expand description
Directory containing a large amount of untracked content.
Fields§
§path: PathBuf§file_count: usizeTrait Implementations§
Source§impl Clone for LargeUntrackedDir
impl Clone for LargeUntrackedDir
Source§fn clone(&self) -> LargeUntrackedDir
fn clone(&self) -> LargeUntrackedDir
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 LargeUntrackedDir
impl Debug for LargeUntrackedDir
Source§impl PartialEq for LargeUntrackedDir
impl PartialEq for LargeUntrackedDir
impl Eq for LargeUntrackedDir
impl StructuralPartialEq for LargeUntrackedDir
Auto Trait Implementations§
impl Freeze for LargeUntrackedDir
impl RefUnwindSafe for LargeUntrackedDir
impl Send for LargeUntrackedDir
impl Sync for LargeUntrackedDir
impl Unpin for LargeUntrackedDir
impl UnwindSafe for LargeUntrackedDir
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