Struct stc_ts_file_analyzer::analyzer::PerModuleData
source · [−]Fields
exports_spans: FxHashMap<(JsWord, IdCtx), Vec<Span>>
Spans exported items.
Trait Implementations
sourceimpl Debug for PerModuleData
impl Debug for PerModuleData
sourceimpl Default for PerModuleData
impl Default for PerModuleData
sourcefn default() -> PerModuleData
fn default() -> PerModuleData
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PerModuleData
impl Send for PerModuleData
impl Sync for PerModuleData
impl Unpin for PerModuleData
impl UnwindSafe for PerModuleData
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