pub struct IndexHealth {
pub name: String,
pub bytes: i64,
pub scans: i64,
pub live_tuples: i64,
pub dead_tuples: i64,
}Fields§
§name: String§bytes: i64§scans: i64§live_tuples: i64§dead_tuples: i64Trait Implementations§
Source§impl Clone for IndexHealth
impl Clone for IndexHealth
Source§fn clone(&self) -> IndexHealth
fn clone(&self) -> IndexHealth
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 moreSource§impl Debug for IndexHealth
impl Debug for IndexHealth
impl Eq for IndexHealth
Source§impl PartialEq for IndexHealth
impl PartialEq for IndexHealth
impl StructuralPartialEq for IndexHealth
Auto Trait Implementations§
impl Freeze for IndexHealth
impl RefUnwindSafe for IndexHealth
impl Send for IndexHealth
impl Sync for IndexHealth
impl Unpin for IndexHealth
impl UnsafeUnpin for IndexHealth
impl UnwindSafe for IndexHealth
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