pub enum EvaluationType {
RuleBased,
Statistical,
ModelBased,
Hybrid,
}Expand description
Types of evaluation approaches
Variants§
RuleBased
Rule-based evaluation
Statistical
Statistical evaluation
ModelBased
Model-based evaluation
Hybrid
Hybrid evaluation
Trait Implementations§
Source§impl Clone for EvaluationType
impl Clone for EvaluationType
Source§fn clone(&self) -> EvaluationType
fn clone(&self) -> EvaluationType
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 moreAuto Trait Implementations§
impl Freeze for EvaluationType
impl RefUnwindSafe for EvaluationType
impl Send for EvaluationType
impl Sync for EvaluationType
impl Unpin for EvaluationType
impl UnwindSafe for EvaluationType
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