pub struct SourceHint {
pub path: PathBuf,
pub line: u64,
pub column: u64,
}Fields§
§path: PathBuf§line: u64§column: u64Trait Implementations§
Source§impl Clone for SourceHint
impl Clone for SourceHint
Source§fn clone(&self) -> SourceHint
fn clone(&self) -> SourceHint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SourceHint
impl Debug for SourceHint
Auto Trait Implementations§
impl Freeze for SourceHint
impl RefUnwindSafe for SourceHint
impl Send for SourceHint
impl Sync for SourceHint
impl Unpin for SourceHint
impl UnsafeUnpin for SourceHint
impl UnwindSafe for SourceHint
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