pub enum RunnerHelloHasAnomaly {
None = 0,
KMeans = 1,
GMM = 2,
VisualGMM = 3,
}
Expand description
Enum representing different types of anomaly detection supported by the model
Variants§
Trait Implementations§
Source§impl Clone for RunnerHelloHasAnomaly
impl Clone for RunnerHelloHasAnomaly
Source§fn clone(&self) -> RunnerHelloHasAnomaly
fn clone(&self) -> RunnerHelloHasAnomaly
Returns a copy 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 RunnerHelloHasAnomaly
impl Debug for RunnerHelloHasAnomaly
Source§impl From<u32> for RunnerHelloHasAnomaly
impl From<u32> for RunnerHelloHasAnomaly
Source§impl PartialEq for RunnerHelloHasAnomaly
impl PartialEq for RunnerHelloHasAnomaly
impl Copy for RunnerHelloHasAnomaly
impl Eq for RunnerHelloHasAnomaly
impl StructuralPartialEq for RunnerHelloHasAnomaly
Auto Trait Implementations§
impl Freeze for RunnerHelloHasAnomaly
impl RefUnwindSafe for RunnerHelloHasAnomaly
impl Send for RunnerHelloHasAnomaly
impl Sync for RunnerHelloHasAnomaly
impl Unpin for RunnerHelloHasAnomaly
impl UnwindSafe for RunnerHelloHasAnomaly
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