pub struct QueryBufferPoolStats {
pub row_buffers_pooled: usize,
pub value_buffers_pooled: usize,
}Expand description
Statistics about buffer pool usage
Fields§
§row_buffers_pooled: usize§value_buffers_pooled: usizeTrait Implementations§
Source§impl Clone for QueryBufferPoolStats
impl Clone for QueryBufferPoolStats
Source§fn clone(&self) -> QueryBufferPoolStats
fn clone(&self) -> QueryBufferPoolStats
Returns a duplicate of the value. Read more
1.0.0 · 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 QueryBufferPoolStats
impl Debug for QueryBufferPoolStats
impl Copy for QueryBufferPoolStats
Auto Trait Implementations§
impl Freeze for QueryBufferPoolStats
impl RefUnwindSafe for QueryBufferPoolStats
impl Send for QueryBufferPoolStats
impl Sync for QueryBufferPoolStats
impl Unpin for QueryBufferPoolStats
impl UnwindSafe for QueryBufferPoolStats
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