pub struct TestEntry {
pub name: String,
pub run: String,
pub timeout_secs: u64,
pub env: BTreeMap<String, String>,
}Fields§
§name: String§run: String§timeout_secs: u64§env: BTreeMap<String, String>Env var overrides to pass to ryra add for this test.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestEntry
impl RefUnwindSafe for TestEntry
impl Send for TestEntry
impl Sync for TestEntry
impl Unpin for TestEntry
impl UnsafeUnpin for TestEntry
impl UnwindSafe for TestEntry
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