pub struct RustSpan {
pub file: &'static str,
pub line: u32,
pub column: u32,
}Fields§
§file: &'static str§line: u32§column: u32Trait Implementations§
impl Eq for RustSpan
impl StructuralPartialEq for RustSpan
Auto Trait Implementations§
impl Freeze for RustSpan
impl RefUnwindSafe for RustSpan
impl Send for RustSpan
impl Sync for RustSpan
impl Unpin for RustSpan
impl UnwindSafe for RustSpan
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