pub struct Binary {
pub lhs: Box<Expr>,
pub op: BinOpKind,
pub rhs: Box<Expr>,
}Fields§
§lhs: Box<Expr>§op: BinOpKind§rhs: Box<Expr>Implementations§
Trait Implementations§
source§impl From<Binary> for TokenStream
impl From<Binary> for TokenStream
source§impl PartialEq for Binary
impl PartialEq for Binary
impl Eq for Binary
impl StructuralEq for Binary
impl StructuralPartialEq for Binary
Auto Trait Implementations§
impl RefUnwindSafe for Binary
impl Send for Binary
impl Sync for Binary
impl Unpin for Binary
impl UnwindSafe for Binary
Blanket Implementations§
source§impl<E> Accessible for Ewhere
E: Into<Expr>,
impl<E> Accessible for Ewhere E: Into<Expr>,
source§impl<E> Assignable for Ewhere
E: Into<Expr>,
impl<E> Assignable for Ewhere E: Into<Expr>,
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