Struct bitsy_lang::ast::TbDef
source · pub struct TbDef {
pub name: Ident,
pub span: Span,
pub statements: Vec<TbStatement>,
}
Expand description
A testbench
Fields§
§name: Ident
§span: Span
§statements: Vec<TbStatement>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TbDef
impl Send for TbDef
impl Sync for TbDef
impl Unpin for TbDef
impl UnwindSafe for TbDef
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