pub enum MlLabelKind {
Class,
Multiclass,
Multilabel,
RegressionTarget,
RankingTarget,
SequenceTag,
BoundingBox,
Mask,
Span,
Other,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MlLabelKind
impl Clone for MlLabelKind
Source§fn clone(&self) -> MlLabelKind
fn clone(&self) -> MlLabelKind
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 MlLabelKind
impl Debug for MlLabelKind
Source§impl Display for MlLabelKind
impl Display for MlLabelKind
Source§impl FromStr for MlLabelKind
impl FromStr for MlLabelKind
Source§impl Hash for MlLabelKind
impl Hash for MlLabelKind
Source§impl Ord for MlLabelKind
impl Ord for MlLabelKind
Source§fn cmp(&self, other: &MlLabelKind) -> Ordering
fn cmp(&self, other: &MlLabelKind) -> 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 MlLabelKind
impl PartialEq for MlLabelKind
Source§fn eq(&self, other: &MlLabelKind) -> bool
fn eq(&self, other: &MlLabelKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MlLabelKind
impl PartialOrd for MlLabelKind
impl Copy for MlLabelKind
impl Eq for MlLabelKind
impl StructuralPartialEq for MlLabelKind
Auto Trait Implementations§
impl Freeze for MlLabelKind
impl RefUnwindSafe for MlLabelKind
impl Send for MlLabelKind
impl Sync for MlLabelKind
impl Unpin for MlLabelKind
impl UnsafeUnpin for MlLabelKind
impl UnwindSafe for MlLabelKind
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