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