Struct swc_common::source_map::PartialFileLines
source · [−]pub struct PartialFileLines {
pub file: Option<Lrc<SourceFile>>,
pub lines: Vec<LineInfo>,
}
Expand description
A struct to exchange FileLines
with omitting SourceFile as needed.
This is internal struct between plugins to the host, not a public interface.
Fields
file: Option<Lrc<SourceFile>>
lines: Vec<LineInfo>
Auto Trait Implementations
impl RefUnwindSafe for PartialFileLines
impl Send for PartialFileLines
impl Sync for PartialFileLines
impl Unpin for PartialFileLines
impl UnwindSafe for PartialFileLines
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