pub enum MlServingKind {
Local,
Embedded,
Api,
BatchJob,
StreamProcessor,
EdgeDevice,
Browser,
Mobile,
Other,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MlServingKind
impl Clone for MlServingKind
Source§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 moreSource§impl Debug for MlServingKind
impl Debug for MlServingKind
Source§impl Display for MlServingKind
impl Display for MlServingKind
Source§impl FromStr for MlServingKind
impl FromStr for MlServingKind
Source§impl Hash for MlServingKind
impl Hash for MlServingKind
Source§impl Ord for MlServingKind
impl Ord for MlServingKind
Source§fn cmp(&self, other: &MlServingKind) -> Ordering
fn cmp(&self, other: &MlServingKind) -> Ordering
1.21.0 · 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 MlServingKind
impl PartialEq for MlServingKind
Source§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