pub enum MlLabelSource {
HumanAnnotator,
ExpertAnnotator,
Model,
Rule,
ExistingSystem,
Synthetic,
Unknown,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MlLabelSource
impl Clone for MlLabelSource
Source§fn clone(&self) -> MlLabelSource
fn clone(&self) -> MlLabelSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MlLabelSource
impl Debug for MlLabelSource
Source§impl Display for MlLabelSource
impl Display for MlLabelSource
Source§impl FromStr for MlLabelSource
impl FromStr for MlLabelSource
Source§impl Hash for MlLabelSource
impl Hash for MlLabelSource
Source§impl Ord for MlLabelSource
impl Ord for MlLabelSource
Source§fn cmp(&self, other: &MlLabelSource) -> Ordering
fn cmp(&self, other: &MlLabelSource) -> Ordering
1.21.0 (const: unstable) · 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 MlLabelSource
impl PartialEq for MlLabelSource
Source§fn eq(&self, other: &MlLabelSource) -> bool
fn eq(&self, other: &MlLabelSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MlLabelSource
impl PartialOrd for MlLabelSource
impl Copy for MlLabelSource
impl Eq for MlLabelSource
impl StructuralPartialEq for MlLabelSource
Auto Trait Implementations§
impl Freeze for MlLabelSource
impl RefUnwindSafe for MlLabelSource
impl Send for MlLabelSource
impl Sync for MlLabelSource
impl Unpin for MlLabelSource
impl UnsafeUnpin for MlLabelSource
impl UnwindSafe for MlLabelSource
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