pub struct UnOp<'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 UnOp<'a>
impl<'a> RefUnwindSafe for UnOp<'a>
impl<'a> Send for UnOp<'a>
impl<'a> Sync for UnOp<'a>
impl<'a> Unpin for UnOp<'a>
impl<'a> UnwindSafe for UnOp<'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