pub struct Ast {
pub modules: Vec<Module>,
}Fields§
§modules: Vec<Module>Implementations§
Trait Implementations§
Source§impl PrettyPrint for Ast
impl PrettyPrint for Ast
fn pretty_print(&self, interner: &SymbolInterner, _indentation: usize) -> String
Auto Trait Implementations§
impl Freeze for Ast
impl RefUnwindSafe for Ast
impl !Send for Ast
impl !Sync for Ast
impl Unpin for Ast
impl UnwindSafe for Ast
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