pub struct FileStats {
pub path: String,
pub absolute: PathBuf,
pub weight_bytes: u64,
}Expand description
[POL]: Struktura przechowująca metadane (statystyki) pliku lub folderu.
Fields§
§path: String§absolute: PathBuf§weight_bytes: u64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileStats
impl RefUnwindSafe for FileStats
impl Send for FileStats
impl Sync for FileStats
impl Unpin for FileStats
impl UnsafeUnpin for FileStats
impl UnwindSafe for FileStats
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