pub enum Tested {
Package(Box<TestedPackage>),
Workspace,
}Expand description
The result of a forc test invocation.
Variants
Package(Box<TestedPackage>)
Workspace
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Tested
impl Send for Tested
impl Sync for Tested
impl Unpin for Tested
impl UnwindSafe for Tested
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more