Enum MlServingKind
pub enum MlServingKind {
Local,
Embedded,
Api,
BatchJob,
StreamProcessor,
EdgeDevice,
Browser,
Mobile,
Other,
}Variants§
Implementations§
§impl MlServingKind
impl MlServingKind
Trait Implementations§
§impl Clone for MlServingKind
impl Clone for MlServingKind
§fn clone(&self) -> MlServingKind
fn clone(&self) -> MlServingKind
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 MlServingKind
impl Debug for MlServingKind
§impl Display for MlServingKind
impl Display for MlServingKind
§impl FromStr for MlServingKind
impl FromStr for MlServingKind
§type Err = MlInferenceError
type Err = MlInferenceError
The associated error which can be returned from parsing.
§fn from_str(
value: &str,
) -> Result<MlServingKind, <MlServingKind as FromStr>::Err>
fn from_str( value: &str, ) -> Result<MlServingKind, <MlServingKind as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for MlServingKind
impl Hash for MlServingKind
§impl Ord for MlServingKind
impl Ord for MlServingKind
§impl PartialEq for MlServingKind
impl PartialEq for MlServingKind
§impl PartialOrd for MlServingKind
impl PartialOrd for MlServingKind
impl Copy for MlServingKind
impl Eq for MlServingKind
impl StructuralPartialEq for MlServingKind
Auto Trait Implementations§
impl Freeze for MlServingKind
impl RefUnwindSafe for MlServingKind
impl Send for MlServingKind
impl Sync for MlServingKind
impl Unpin for MlServingKind
impl UnsafeUnpin for MlServingKind
impl UnwindSafe for MlServingKind
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