Struct rs3cache_backend::meta::IndexMetadata
source · pub struct IndexMetadata { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for IndexMetadata
impl Clone for IndexMetadata
source§fn clone(&self) -> IndexMetadata
fn clone(&self) -> IndexMetadata
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 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 IntoIterator for IndexMetadata
impl IntoIterator 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<IndexMetadata> for IndexMetadata
impl PartialEq<IndexMetadata> for IndexMetadata
source§fn eq(&self, other: &IndexMetadata) -> bool
fn eq(&self, other: &IndexMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<IndexMetadata> for IndexMetadata
impl PartialOrd<IndexMetadata> for IndexMetadata
source§fn partial_cmp(&self, other: &IndexMetadata) -> Option<Ordering>
fn partial_cmp(&self, other: &IndexMetadata) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more