pub struct TestContext {
pub in_test_module: Option<TestModule>,
pub in_test_function: Option<TestFunction>,
}
Fields§
§in_test_module: Option<TestModule>
§in_test_function: Option<TestFunction>
Trait Implementations§
Source§impl Debug for TestContext
impl Debug for TestContext
Source§impl Default for TestContext
impl Default for TestContext
Source§fn default() -> TestContext
fn default() -> TestContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TestContext
impl RefUnwindSafe for TestContext
impl Send for TestContext
impl Sync for TestContext
impl Unpin for TestContext
impl UnwindSafe for TestContext
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