pub struct Reclaimed {
pub files: u64,
pub bytes: u64,
}Fields§
§files: u64§bytes: u64Trait Implementations§
impl Eq for Reclaimed
impl StructuralPartialEq for Reclaimed
Auto Trait Implementations§
impl Freeze for Reclaimed
impl RefUnwindSafe for Reclaimed
impl Send for Reclaimed
impl Sync for Reclaimed
impl Unpin for Reclaimed
impl UnsafeUnpin for Reclaimed
impl UnwindSafe for Reclaimed
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