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