Enum MlInputKind
pub enum MlInputKind {
Text,
Image,
Audio,
Video,
Tabular,
Json,
Tensor,
Embedding,
Multimodal,
Other,
}Variants§
Implementations§
§impl MlInputKind
impl MlInputKind
Trait Implementations§
§impl Clone for MlInputKind
impl Clone for MlInputKind
§fn clone(&self) -> MlInputKind
fn clone(&self) -> MlInputKind
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 more§impl Debug for MlInputKind
impl Debug for MlInputKind
§impl Display for MlInputKind
impl Display for MlInputKind
§impl FromStr for MlInputKind
impl FromStr for MlInputKind
§type Err = MlInferenceError
type Err = MlInferenceError
The associated error which can be returned from parsing.
§fn from_str(value: &str) -> Result<MlInputKind, <MlInputKind as FromStr>::Err>
fn from_str(value: &str) -> Result<MlInputKind, <MlInputKind as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for MlInputKind
impl Hash for MlInputKind
§impl Ord for MlInputKind
impl Ord for MlInputKind
§impl PartialEq for MlInputKind
impl PartialEq for MlInputKind
§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