Enum expr_solver::ast::AST
source · pub enum AST {
Node(Token),
Con(Token, Vec<AST>),
}
Expand description
Enum for modeling AST nodes.
Variants§
Trait Implementations§
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