#[repr(C)]pub struct BinaryOpExpr<'ast> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'ast> Debug for BinaryOpExpr<'ast>
impl<'ast> Debug for BinaryOpExpr<'ast>
Source§impl<'ast> ExprData<'ast> for BinaryOpExpr<'ast>
impl<'ast> ExprData<'ast> for BinaryOpExpr<'ast>
Source§fn precedence(&self) -> ExprPrecedence
fn precedence(&self) -> ExprPrecedence
Returns the
ExprPrecedence of this expression.Source§impl<'ast> From<&'ast BinaryOpExpr<'ast>> for ExprKind<'ast>
impl<'ast> From<&'ast BinaryOpExpr<'ast>> for ExprKind<'ast>
Source§fn from(from: &'ast BinaryOpExpr<'ast>) -> Self
fn from(from: &'ast BinaryOpExpr<'ast>) -> Self
Converts to this type from the input type.
Source§impl<'ast> HasNodeId for BinaryOpExpr<'ast>
impl<'ast> HasNodeId for BinaryOpExpr<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for BinaryOpExpr<'ast>
impl<'ast> RefUnwindSafe for BinaryOpExpr<'ast>
impl<'ast> !Send for BinaryOpExpr<'ast>
impl<'ast> !Sync for BinaryOpExpr<'ast>
impl<'ast> Unpin for BinaryOpExpr<'ast>
impl<'ast> UnwindSafe for BinaryOpExpr<'ast>
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