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