pub struct GcResult {
pub removed: usize,
pub freed_bytes: u64,
}Expand description
Result of garbage collection
Fields§
§removed: usize§freed_bytes: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for GcResult
impl RefUnwindSafe for GcResult
impl Send for GcResult
impl Sync for GcResult
impl Unpin for GcResult
impl UnwindSafe for GcResult
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