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