pub struct OpMinus {
pub span: Range<usize>,
}Fields§
§span: Range<usize>Trait Implementations§
impl StructuralPartialEq for OpMinus
Auto Trait Implementations§
impl Freeze for OpMinus
impl RefUnwindSafe for OpMinus
impl Send for OpMinus
impl Sync for OpMinus
impl Unpin for OpMinus
impl UnwindSafe for OpMinus
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