Struct erg_parser::ast::AST
source · pub struct AST {
pub name: Str,
pub module: Module,
}
Fields§
§name: Str
§module: Module
Implementations§
Trait Implementations§
source§impl Locational for AST
impl Locational for AST
source§impl NestedDisplay for AST
impl NestedDisplay 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§
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