pub enum MlInferenceMode {
Online,
Batch,
Streaming,
Edge,
Offline,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MlInferenceMode
impl Clone for MlInferenceMode
Source§fn clone(&self) -> MlInferenceMode
fn clone(&self) -> MlInferenceMode
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 MlInferenceMode
impl Debug for MlInferenceMode
Source§impl Display for MlInferenceMode
impl Display for MlInferenceMode
Source§impl FromStr for MlInferenceMode
impl FromStr for MlInferenceMode
Source§impl Hash for MlInferenceMode
impl Hash for MlInferenceMode
Source§impl Ord for MlInferenceMode
impl Ord for MlInferenceMode
Source§fn cmp(&self, other: &MlInferenceMode) -> Ordering
fn cmp(&self, other: &MlInferenceMode) -> 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 MlInferenceMode
impl PartialEq for MlInferenceMode
Source§fn eq(&self, other: &MlInferenceMode) -> bool
fn eq(&self, other: &MlInferenceMode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MlInferenceMode
impl PartialOrd for MlInferenceMode
impl Copy for MlInferenceMode
impl Eq for MlInferenceMode
impl StructuralPartialEq for MlInferenceMode
Auto Trait Implementations§
impl Freeze for MlInferenceMode
impl RefUnwindSafe for MlInferenceMode
impl Send for MlInferenceMode
impl Sync for MlInferenceMode
impl Unpin for MlInferenceMode
impl UnsafeUnpin for MlInferenceMode
impl UnwindSafe for MlInferenceMode
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