Struct pg_extras::queries::table_cache_hit::TableCacheHit
source · pub struct TableCacheHit {
pub name: String,
pub buffer_hits: i64,
pub block_reads: i64,
pub total_read: i64,
pub ratio: String,
}Fields§
§name: String§buffer_hits: i64§block_reads: i64§total_read: i64§ratio: StringTrait Implementations§
source§impl Clone for TableCacheHit
impl Clone for TableCacheHit
source§fn clone(&self) -> TableCacheHit
fn clone(&self) -> TableCacheHit
Returns a copy 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 TableCacheHit
impl Debug for TableCacheHit
Auto Trait Implementations§
impl RefUnwindSafe for TableCacheHit
impl Send for TableCacheHit
impl Sync for TableCacheHit
impl Unpin for TableCacheHit
impl UnwindSafe for TableCacheHit
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