Struct swc_common::SourceFileAndLine
source · [−]pub struct SourceFileAndLine {
pub sf: Lrc<SourceFile>,
pub line: usize,
}
Fields
sf: Lrc<SourceFile>
line: usize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SourceFileAndLine
impl Send for SourceFileAndLine
impl Sync for SourceFileAndLine
impl Unpin for SourceFileAndLine
impl UnwindSafe for SourceFileAndLine
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more