pub struct TestCase {
pub test: Box<ClosureResult>,
pub diagnostic: Option<String>,
pub location: Option<Location>,
pub name: &'static str,
pub only: bool,
pub pass: bool,
pub skip: bool,
pub time: Time,
}
Fieldsยง
ยงtest: Box<ClosureResult>
ยงdiagnostic: Option<String>
ยงlocation: Option<Location>
ยงname: &'static str
ยงonly: bool
ยงpass: bool
ยงskip: bool
ยงtime: Time
Implementationsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for TestCase
impl !RefUnwindSafe for TestCase
impl !Send for TestCase
impl !Sync for TestCase
impl Unpin for TestCase
impl !UnwindSafe for TestCase
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