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