pub struct DebugPoolStats {
pub total_sessions: usize,
pub states: HashMap<DebugState, usize>,
}Fields§
§total_sessions: usize§states: HashMap<DebugState, usize>Trait Implementations§
Source§impl Clone for DebugPoolStats
impl Clone for DebugPoolStats
Auto Trait Implementations§
impl Freeze for DebugPoolStats
impl RefUnwindSafe for DebugPoolStats
impl Send for DebugPoolStats
impl Sync for DebugPoolStats
impl Unpin for DebugPoolStats
impl UnsafeUnpin for DebugPoolStats
impl UnwindSafe for DebugPoolStats
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