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