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