pub struct Span(pub usize, pub usize);Expand description
Normal byte offset span
Tuple Fields§
§0: usize§1: usizeImplementations§
Trait Implementations§
Source§impl DecodeSpan<LineSpan> for Span
Available on crate feature line-numbers only.
impl DecodeSpan<LineSpan> for Span
Available on crate feature
line-numbers only.Source§impl Into<SourceSpan> for Span
impl Into<SourceSpan> for Span
Source§impl Span for Span
impl Span for Span
impl Eq for Span
impl Span for Span
impl StructuralPartialEq for Span
Auto Trait Implementations§
impl Freeze for Span
impl RefUnwindSafe for Span
impl Send for Span
impl Sync for Span
impl Unpin for Span
impl UnwindSafe for Span
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