pub enum TestStatus {
Passed,
Panicked,
NotPanicked,
Failed,
NotFailed,
}
Variants§
Auto Trait Implementations§
impl Freeze for TestStatus
impl RefUnwindSafe for TestStatus
impl Send for TestStatus
impl Sync for TestStatus
impl Unpin for TestStatus
impl UnwindSafe for TestStatus
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