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