pub struct CompareIndexMeasures {
pub build_count: usize,
pub pair_count: usize,
pub relation_count: usize,
}Fields§
§build_count: usize§pair_count: usize§relation_count: usizeTrait Implementations§
Source§impl Clone for CompareIndexMeasures
impl Clone for CompareIndexMeasures
Source§fn clone(&self) -> CompareIndexMeasures
fn clone(&self) -> CompareIndexMeasures
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 CompareIndexMeasures
impl Debug for CompareIndexMeasures
Source§impl PartialEq for CompareIndexMeasures
impl PartialEq for CompareIndexMeasures
Source§impl Serialize for CompareIndexMeasures
impl Serialize for CompareIndexMeasures
impl Eq for CompareIndexMeasures
impl StructuralPartialEq for CompareIndexMeasures
Auto Trait Implementations§
impl Freeze for CompareIndexMeasures
impl RefUnwindSafe for CompareIndexMeasures
impl Send for CompareIndexMeasures
impl Sync for CompareIndexMeasures
impl Unpin for CompareIndexMeasures
impl UnsafeUnpin for CompareIndexMeasures
impl UnwindSafe for CompareIndexMeasures
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.