pub struct SourceMapGenerator;Expand description
Source map generator
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SourceMapGenerator
impl RefUnwindSafe for SourceMapGenerator
impl Send for SourceMapGenerator
impl Sync for SourceMapGenerator
impl Unpin for SourceMapGenerator
impl UnwindSafe for SourceMapGenerator
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