pub struct TestSetup {
pub name: String,
pub command: String,
pub iterations: u16,
}Fields§
§name: String§command: String§iterations: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestSetup
impl RefUnwindSafe for TestSetup
impl Send for TestSetup
impl Sync for TestSetup
impl Unpin for TestSetup
impl UnwindSafe for TestSetup
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