pub enum AiEvalOutcome {
Passed,
Failed,
Warning,
Inconclusive,
Error,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AiEvalOutcome
impl Clone for AiEvalOutcome
Source§fn clone(&self) -> AiEvalOutcome
fn clone(&self) -> AiEvalOutcome
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 moreSource§impl Debug for AiEvalOutcome
impl Debug for AiEvalOutcome
Source§impl Display for AiEvalOutcome
impl Display for AiEvalOutcome
Source§impl FromStr for AiEvalOutcome
impl FromStr for AiEvalOutcome
Source§impl Hash for AiEvalOutcome
impl Hash for AiEvalOutcome
Source§impl Ord for AiEvalOutcome
impl Ord for AiEvalOutcome
Source§fn cmp(&self, other: &AiEvalOutcome) -> Ordering
fn cmp(&self, other: &AiEvalOutcome) -> 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
Source§impl PartialEq for AiEvalOutcome
impl PartialEq for AiEvalOutcome
Source§impl PartialOrd for AiEvalOutcome
impl PartialOrd for AiEvalOutcome
impl Copy for AiEvalOutcome
impl Eq for AiEvalOutcome
impl StructuralPartialEq for AiEvalOutcome
Auto Trait Implementations§
impl Freeze for AiEvalOutcome
impl RefUnwindSafe for AiEvalOutcome
impl Send for AiEvalOutcome
impl Sync for AiEvalOutcome
impl Unpin for AiEvalOutcome
impl UnsafeUnpin for AiEvalOutcome
impl UnwindSafe for AiEvalOutcome
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