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