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