Struct partiql_ast::ast::BinOp
source · pub struct BinOp {
pub kind: BinOpKind,
pub lhs: Box<Expr>,
pub rhs: Box<Expr>,
}
Fields§
§kind: BinOpKind
§lhs: Box<Expr>
§rhs: Box<Expr>
Trait Implementations§
source§impl PartialEq<BinOp> for BinOp
impl PartialEq<BinOp> for BinOp
impl StructuralPartialEq for BinOp
Auto Trait Implementations§
impl RefUnwindSafe for BinOp
impl Send for BinOp
impl Sync for BinOp
impl Unpin for BinOp
impl UnwindSafe for BinOp
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