Struct leo_test_framework::runner::Test
source · pub struct Test {
pub name: String,
pub content: String,
pub path: PathBuf,
pub config: TestConfig,
}Fields§
§name: String§content: String§path: PathBuf§config: TestConfigAuto 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