pub struct LineColSpan {
pub start: LineCol,
pub end: LineCol,
}Expand description
A line/column range corresponding to a Span.
Fields§
§start: LineCol§end: LineColTrait Implementations§
Source§impl Clone for LineColSpan
impl Clone for LineColSpan
Source§fn clone(&self) -> LineColSpan
fn clone(&self) -> LineColSpan
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LineColSpan
impl Debug for LineColSpan
Source§impl Hash for LineColSpan
impl Hash for LineColSpan
Source§impl PartialEq for LineColSpan
impl PartialEq for LineColSpan
impl Copy for LineColSpan
impl Eq for LineColSpan
impl StructuralPartialEq for LineColSpan
Auto Trait Implementations§
impl Freeze for LineColSpan
impl RefUnwindSafe for LineColSpan
impl Send for LineColSpan
impl Sync for LineColSpan
impl Unpin for LineColSpan
impl UnsafeUnpin for LineColSpan
impl UnwindSafe for LineColSpan
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