pub struct SnapshotPinningDebugStats {
pub pin_count: usize,
pub lowest_pinned_snapshot: Option<SnapshotId>,
pub heap: SnapshotDoubleIndexHeapDebugStats,
}Fields§
§pin_count: usize§lowest_pinned_snapshot: Option<SnapshotId>§heap: SnapshotDoubleIndexHeapDebugStatsTrait Implementations§
Source§impl Clone for SnapshotPinningDebugStats
impl Clone for SnapshotPinningDebugStats
Source§fn clone(&self) -> SnapshotPinningDebugStats
fn clone(&self) -> SnapshotPinningDebugStats
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 moreimpl Copy for SnapshotPinningDebugStats
Source§impl Debug for SnapshotPinningDebugStats
impl Debug for SnapshotPinningDebugStats
Source§impl Default for SnapshotPinningDebugStats
impl Default for SnapshotPinningDebugStats
Source§fn default() -> SnapshotPinningDebugStats
fn default() -> SnapshotPinningDebugStats
Returns the “default value” for a type. Read more
impl Eq for SnapshotPinningDebugStats
impl StructuralPartialEq for SnapshotPinningDebugStats
Auto Trait Implementations§
impl Freeze for SnapshotPinningDebugStats
impl RefUnwindSafe for SnapshotPinningDebugStats
impl Send for SnapshotPinningDebugStats
impl Sync for SnapshotPinningDebugStats
impl Unpin for SnapshotPinningDebugStats
impl UnsafeUnpin for SnapshotPinningDebugStats
impl UnwindSafe for SnapshotPinningDebugStats
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