Struct iroh_blobs::util::fs::PathContent   
source · pub struct PathContent {
    pub size: u64,
    pub files: u64,
}Expand description
Information about the content on a path
Fields§
§size: u64total size of all the files in the directory
files: u64total number of files in the directory
Trait Implementations§
source§impl Clone for PathContent
 
impl Clone for PathContent
source§fn clone(&self) -> PathContent
 
fn clone(&self) -> PathContent
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for PathContent
impl RefUnwindSafe for PathContent
impl Send for PathContent
impl Sync for PathContent
impl Unpin for PathContent
impl UnwindSafe for PathContent
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
    T: 'a,
 
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
    T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
    T: 'a,
 
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
    T: 'a,
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