Struct cairo_lang_test_utils::parse_test_file::Test
source · pub struct Test {
pub attributes: OrderedHashMap<String, String>,
pub line_num: usize,
}
Expand description
Represents a single test from the test file.
Fields§
§attributes: OrderedHashMap<String, String>
§line_num: usize
Trait Implementations§
Auto Trait Implementations§
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