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