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