pub struct NegOp {
pub minus: Minus,
}
Expand description
A parsed unary -
operator.
Fields§
§minus: Minus
The -
token.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NegOp
impl Send for NegOp
impl Sync for NegOp
impl Unpin for NegOp
impl UnwindSafe for NegOp
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