pub struct PreExpressionNode { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for PreExpressionNode
impl AstNode for PreExpressionNode
Source§impl Clone for PreExpressionNode
impl Clone for PreExpressionNode
Source§fn clone(&self) -> PreExpressionNode
fn clone(&self) -> PreExpressionNode
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 PreExpressionNode
impl Debug for PreExpressionNode
Source§impl Hash for PreExpressionNode
impl Hash for PreExpressionNode
Source§impl PartialEq for PreExpressionNode
impl PartialEq for PreExpressionNode
Source§impl UnaryExpression for PreExpressionNode
impl UnaryExpression for PreExpressionNode
fn operand(&self) -> Option<ExpressionNode>
impl Eq for PreExpressionNode
impl StructuralPartialEq for PreExpressionNode
Auto Trait Implementations§
impl Freeze for PreExpressionNode
impl !RefUnwindSafe for PreExpressionNode
impl !Send for PreExpressionNode
impl !Sync for PreExpressionNode
impl Unpin for PreExpressionNode
impl !UnwindSafe for PreExpressionNode
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