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