pub(crate) struct TestSuite {
pub(crate) cargo_args: &'static str,
pub(crate) toolchain: &'static str,
}
Fields§
§cargo_args: &'static str
§toolchain: &'static str
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TestSuite
impl Send for TestSuite
impl Sync for TestSuite
impl Unpin for TestSuite
impl UnwindSafe for TestSuite
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