pub struct BinOp<'a>(pub TokenReference<'a>);Expand description
An operator node.
Tuple Fields§
§0: TokenReference<'a>A reference to the symbol representing the operator.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for BinOp<'a>
impl<'a> RefUnwindSafe for BinOp<'a>
impl<'a> Send for BinOp<'a>
impl<'a> Sync for BinOp<'a>
impl<'a> Unpin for BinOp<'a>
impl<'a> UnwindSafe for BinOp<'a>
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