Struct bitsy::testbench::TestbenchLink
source · pub(crate) struct TestbenchLink(pub(crate) String, pub(crate) String, pub(crate) Vec<(String, String)>);
Tuple Fields§
§0: String
§1: String
§2: Vec<(String, String)>
Trait Implementations§
source§impl Clone for TestbenchLink
impl Clone for TestbenchLink
source§fn clone(&self) -> TestbenchLink
fn clone(&self) -> TestbenchLink
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for TestbenchLink
impl Send for TestbenchLink
impl Sync for TestbenchLink
impl Unpin for TestbenchLink
impl UnwindSafe for TestbenchLink
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