pub struct Test {
pub source: String,
pub path: PathBuf,
pub desc: Description,
}Expand description
A single entry in the test suite
Fields§
§source: StringThe full js text including the license and metadata comments
path: PathBufThe full file path that this test can be found
desc: DescriptionThe parsed metadata from the file
Auto Trait Implementations§
impl Freeze for Test
impl RefUnwindSafe for Test
impl Send for Test
impl Sync for Test
impl Unpin for Test
impl UnwindSafe for Test
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