pub struct BandedPairs {
pub auto_match: Vec<ScoredPair>,
pub borderline: Vec<ScoredPair>,
pub auto_reject: Vec<ScoredPair>,
}Expand description
Pairs partitioned by their match band.
Fields§
§auto_match: Vec<ScoredPair>§borderline: Vec<ScoredPair>§auto_reject: Vec<ScoredPair>Auto Trait Implementations§
impl Freeze for BandedPairs
impl RefUnwindSafe for BandedPairs
impl Send for BandedPairs
impl Sync for BandedPairs
impl Unpin for BandedPairs
impl UnsafeUnpin for BandedPairs
impl UnwindSafe for BandedPairs
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