pub struct BufferPoolStats { /* private fields */ }Expand description
Statistics for buffer pool performance monitoring
Implementations§
Trait Implementations§
Source§impl Debug for BufferPoolStats
impl Debug for BufferPoolStats
Source§impl Default for BufferPoolStats
impl Default for BufferPoolStats
Source§fn default() -> BufferPoolStats
fn default() -> BufferPoolStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for BufferPoolStats
impl RefUnwindSafe for BufferPoolStats
impl Send for BufferPoolStats
impl Sync for BufferPoolStats
impl Unpin for BufferPoolStats
impl UnwindSafe for BufferPoolStats
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