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