Struct deno_graph::FastCheckModule
source · pub struct FastCheckModule {
pub module_info: Arc<ModuleInfo>,
pub text: Arc<str>,
pub source_map: Arc<[u8]>,
pub dts: Option<FastCheckDtsModule>,
}
Fields§
§module_info: Arc<ModuleInfo>
§text: Arc<str>
§source_map: Arc<[u8]>
§dts: Option<FastCheckDtsModule>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FastCheckModule
impl Send for FastCheckModule
impl Sync for FastCheckModule
impl Unpin for FastCheckModule
impl UnwindSafe for FastCheckModule
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