pub struct RelationCacheStats {
pub subtype_hits: u64,
pub subtype_misses: u64,
pub subtype_entries: usize,
pub assignability_hits: u64,
pub assignability_misses: u64,
pub assignability_entries: usize,
}Fields§
§subtype_hits: u64§subtype_misses: u64§subtype_entries: usize§assignability_hits: u64§assignability_misses: u64§assignability_entries: usizeTrait Implementations§
Source§impl Clone for RelationCacheStats
impl Clone for RelationCacheStats
Source§fn clone(&self) -> RelationCacheStats
fn clone(&self) -> RelationCacheStats
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 RelationCacheStats
impl Debug for RelationCacheStats
Source§impl PartialEq for RelationCacheStats
impl PartialEq for RelationCacheStats
impl Copy for RelationCacheStats
impl Eq for RelationCacheStats
impl StructuralPartialEq for RelationCacheStats
Auto Trait Implementations§
impl Freeze for RelationCacheStats
impl RefUnwindSafe for RelationCacheStats
impl Send for RelationCacheStats
impl Sync for RelationCacheStats
impl Unpin for RelationCacheStats
impl UnsafeUnpin for RelationCacheStats
impl UnwindSafe for RelationCacheStats
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.