pub struct TestSection {
pub title: String,
pub cases: Vec<TestCase>,
}Fields§
§title: String§cases: Vec<TestCase>Auto Trait Implementations§
impl Freeze for TestSection
impl RefUnwindSafe for TestSection
impl Send for TestSection
impl Sync for TestSection
impl Unpin for TestSection
impl UnwindSafe for TestSection
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