pub struct FreeCycleStats {
pub freed: usize,
}Fields§
§freed: usizeTrait Implementations§
Source§impl Clone for FreeCycleStats
impl Clone for FreeCycleStats
Source§fn clone(&self) -> FreeCycleStats
fn clone(&self) -> FreeCycleStats
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 FreeCycleStats
impl Debug for FreeCycleStats
Source§impl Default for FreeCycleStats
impl Default for FreeCycleStats
Source§fn default() -> FreeCycleStats
fn default() -> FreeCycleStats
Returns the “default value” for a type. Read more
impl Eq for FreeCycleStats
Source§impl PartialEq for FreeCycleStats
impl PartialEq for FreeCycleStats
Source§impl Serialize for FreeCycleStats
impl Serialize for FreeCycleStats
impl StructuralPartialEq for FreeCycleStats
Auto Trait Implementations§
impl Freeze for FreeCycleStats
impl RefUnwindSafe for FreeCycleStats
impl Send for FreeCycleStats
impl Sync for FreeCycleStats
impl Unpin for FreeCycleStats
impl UnsafeUnpin for FreeCycleStats
impl UnwindSafe for FreeCycleStats
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