pub enum MlAnnotationKind {
Human,
Machine,
Weak,
Programmatic,
Heuristic,
Consensus,
Gold,
Unknown,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MlAnnotationKind
impl Clone for MlAnnotationKind
Source§fn clone(&self) -> MlAnnotationKind
fn clone(&self) -> MlAnnotationKind
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 MlAnnotationKind
impl Debug for MlAnnotationKind
Source§impl Display for MlAnnotationKind
impl Display for MlAnnotationKind
Source§impl FromStr for MlAnnotationKind
impl FromStr for MlAnnotationKind
Source§impl Hash for MlAnnotationKind
impl Hash for MlAnnotationKind
Source§impl Ord for MlAnnotationKind
impl Ord for MlAnnotationKind
Source§fn cmp(&self, other: &MlAnnotationKind) -> Ordering
fn cmp(&self, other: &MlAnnotationKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MlAnnotationKind
impl PartialEq for MlAnnotationKind
Source§impl PartialOrd for MlAnnotationKind
impl PartialOrd for MlAnnotationKind
impl Copy for MlAnnotationKind
impl Eq for MlAnnotationKind
impl StructuralPartialEq for MlAnnotationKind
Auto Trait Implementations§
impl Freeze for MlAnnotationKind
impl RefUnwindSafe for MlAnnotationKind
impl Send for MlAnnotationKind
impl Sync for MlAnnotationKind
impl Unpin for MlAnnotationKind
impl UnsafeUnpin for MlAnnotationKind
impl UnwindSafe for MlAnnotationKind
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