pub struct Testbench(pub(crate) Option<String>, pub(crate) Vec<TestbenchLink>, pub(crate) Vec<TestbenchCommand>);
Tuple Fields§
§0: Option<String>
§1: Vec<TestbenchLink>
§2: Vec<TestbenchCommand>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Testbench
impl Send for Testbench
impl Sync for Testbench
impl Unpin for Testbench
impl UnwindSafe for Testbench
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