pub struct ScoredPair {
pub topology: Topology,
pub left_rel_idx: RelId,
pub right_rel_idx: RelId,
pub positives_covered: u32,
pub negatives_covered: u32,
}Expand description
One scored (topology, left, right) triple produced by the scoring stage.
Passed into reduce_per_topology as a flat list; grouping happens inside.
Fields§
§topology: Topology§left_rel_idx: RelId§right_rel_idx: RelId§positives_covered: u32§negatives_covered: u32Trait Implementations§
Source§impl Clone for ScoredPair
impl Clone for ScoredPair
Source§fn clone(&self) -> ScoredPair
fn clone(&self) -> ScoredPair
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 ScoredPair
impl Debug for ScoredPair
Source§impl PartialEq for ScoredPair
impl PartialEq for ScoredPair
impl Copy for ScoredPair
impl Eq for ScoredPair
impl StructuralPartialEq for ScoredPair
Auto Trait Implementations§
impl Freeze for ScoredPair
impl RefUnwindSafe for ScoredPair
impl Send for ScoredPair
impl Sync for ScoredPair
impl Unpin for ScoredPair
impl UnsafeUnpin for ScoredPair
impl UnwindSafe for ScoredPair
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more