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