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