pub enum MatchBand {
AutoMatch,
Borderline,
AutoReject,
}Expand description
Coarse classification of a scored pair based on match probability.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MatchBand
impl<'de> Deserialize<'de> for MatchBand
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for MatchBand
impl Eq for MatchBand
impl StructuralPartialEq for MatchBand
Auto Trait Implementations§
impl Freeze for MatchBand
impl RefUnwindSafe for MatchBand
impl Send for MatchBand
impl Sync for MatchBand
impl Unpin for MatchBand
impl UnsafeUnpin for MatchBand
impl UnwindSafe for MatchBand
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