pub enum PassFailError {
Pass,
Fail,
Error,
}Expand description
An indication if something passed, failed, or could not be evaluated due to an error.
Variants§
Auto Trait Implementations§
impl Freeze for PassFailError
impl RefUnwindSafe for PassFailError
impl Send for PassFailError
impl Sync for PassFailError
impl Unpin for PassFailError
impl UnwindSafe for PassFailError
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