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