pub struct NorExpressionNode { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for NorExpressionNode
impl AstNode for NorExpressionNode
Source§impl Clone for NorExpressionNode
impl Clone for NorExpressionNode
Source§fn clone(&self) -> NorExpressionNode
fn clone(&self) -> NorExpressionNode
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NorExpressionNode
impl Debug for NorExpressionNode
Source§impl Hash for NorExpressionNode
impl Hash for NorExpressionNode
Source§impl PartialEq for NorExpressionNode
impl PartialEq for NorExpressionNode
Source§impl VariadicExpr for NorExpressionNode
impl VariadicExpr for NorExpressionNode
fn list(&self) -> Option<ExpressionListNode>
impl Eq for NorExpressionNode
impl StructuralPartialEq for NorExpressionNode
Auto Trait Implementations§
impl Freeze for NorExpressionNode
impl !RefUnwindSafe for NorExpressionNode
impl !Send for NorExpressionNode
impl !Sync for NorExpressionNode
impl Unpin for NorExpressionNode
impl !UnwindSafe for NorExpressionNode
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