pub struct SrcSpan { /* private fields */ }
Expand description
A source span.
Implementations§
Trait Implementations§
impl Copy for SrcSpan
impl Eq for SrcSpan
impl StructuralPartialEq for SrcSpan
Auto Trait Implementations§
impl Freeze for SrcSpan
impl RefUnwindSafe for SrcSpan
impl Send for SrcSpan
impl Sync for SrcSpan
impl Unpin for SrcSpan
impl UnwindSafe for SrcSpan
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