Struct dua::traverse::Traversal [−][src]
pub struct Traversal {
pub tree: Tree,
pub root_index: TreeIndex,
pub entries_traversed: u64,
pub io_errors: u64,
pub total_bytes: Option<u128>,
}The result of the previous filesystem traversal
Fields
tree: TreeA tree representing the entire filestem traversal
root_index: TreeIndexThe top-level node of the tree.
entries_traversed: u64Amount of files or directories we have seen during the filesystem traversal
io_errors: u64Total amount of IO errors encountered when traversing the filesystem
total_bytes: Option<u128>Total amount of bytes seen during the traversal
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Traversal
impl Send for Traversal
impl Sync for Traversal
impl Unpin for Traversal
impl UnwindSafe for Traversal
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T