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