pub struct GcPhaseStats {
pub trial_deletion: TrialDeletionStats,
pub scan: ScanStats,
pub free_cycles: FreeCycleStats,
}Fields§
§trial_deletion: TrialDeletionStats§scan: ScanStats§free_cycles: FreeCycleStatsTrait Implementations§
Source§impl Clone for GcPhaseStats
impl Clone for GcPhaseStats
Source§fn clone(&self) -> GcPhaseStats
fn clone(&self) -> GcPhaseStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GcPhaseStats
impl Debug for GcPhaseStats
Source§impl Default for GcPhaseStats
impl Default for GcPhaseStats
Source§fn default() -> GcPhaseStats
fn default() -> GcPhaseStats
Returns the “default value” for a type. Read more
impl Eq for GcPhaseStats
Source§impl PartialEq for GcPhaseStats
impl PartialEq for GcPhaseStats
Source§impl Serialize for GcPhaseStats
impl Serialize for GcPhaseStats
impl StructuralPartialEq for GcPhaseStats
Auto Trait Implementations§
impl Freeze for GcPhaseStats
impl RefUnwindSafe for GcPhaseStats
impl Send for GcPhaseStats
impl Sync for GcPhaseStats
impl Unpin for GcPhaseStats
impl UnsafeUnpin for GcPhaseStats
impl UnwindSafe for GcPhaseStats
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