Struct bitsy_lang::ast::ModDef
source · pub struct ModDef(pub Span, pub Ident, pub Vec<Decl>);
Tuple Fields§
§0: Span
§1: Ident
§2: Vec<Decl>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ModDef
impl Send for ModDef
impl Sync for ModDef
impl Unpin for ModDef
impl UnwindSafe for ModDef
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