Struct xtask::TestMatrix
source · pub(crate) struct TestMatrix {
pub(crate) include: &'static [TestSuite],
}
Fields§
§include: &'static [TestSuite]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TestMatrix
impl Send for TestMatrix
impl Sync for TestMatrix
impl Unpin for TestMatrix
impl UnwindSafe for TestMatrix
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