Struct source_map::SourceMap
source · pub struct SourceMap {
pub mappings: String,
pub sources: Vec<SourceId>,
}
Fields§
§mappings: String
§sources: Vec<SourceId>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SourceMap
impl Send for SourceMap
impl Sync for SourceMap
impl Unpin for SourceMap
impl UnwindSafe for SourceMap
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