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