pub struct IndexMetadata { /* private fields */ }Expand description
Lightweight index metadata counters.
Implementations§
Source§impl IndexMetadata
impl IndexMetadata
Trait Implementations§
Source§impl Clone for IndexMetadata
impl Clone for IndexMetadata
Source§fn clone(&self) -> IndexMetadata
fn clone(&self) -> IndexMetadata
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 IndexMetadata
impl Debug for IndexMetadata
Source§impl Default for IndexMetadata
impl Default for IndexMetadata
Source§fn default() -> IndexMetadata
fn default() -> IndexMetadata
Returns the “default value” for a type. Read more
Source§impl Hash for IndexMetadata
impl Hash for IndexMetadata
Source§impl Ord for IndexMetadata
impl Ord for IndexMetadata
Source§fn cmp(&self, other: &IndexMetadata) -> Ordering
fn cmp(&self, other: &IndexMetadata) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IndexMetadata
impl PartialEq for IndexMetadata
Source§impl PartialOrd for IndexMetadata
impl PartialOrd for IndexMetadata
impl Copy for IndexMetadata
impl Eq for IndexMetadata
impl StructuralPartialEq for IndexMetadata
Auto Trait Implementations§
impl Freeze for IndexMetadata
impl RefUnwindSafe for IndexMetadata
impl Send for IndexMetadata
impl Sync for IndexMetadata
impl Unpin for IndexMetadata
impl UnsafeUnpin for IndexMetadata
impl UnwindSafe for IndexMetadata
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