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