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