Expand description
The Abstract Syntax Tree of a Dmgrs program.
Fields
items: Vec<Spanned<Item>>
The list of items in the program.
Implementations
Trait Implementations
sourceimpl PartialEq<Ast> for Ast
impl PartialEq<Ast> for Ast
impl Eq for Ast
impl StructuralEq for Ast
impl StructuralPartialEq for Ast
Auto Trait Implementations
impl RefUnwindSafe for Ast
impl Send for Ast
impl Sync for Ast
impl Unpin for Ast
impl UnwindSafe for Ast
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more