Struct ezno_checker::ModuleData
source · pub struct ModuleData<'a, FileReader, ModuleAST: ASTImplementation> { /* private fields */ }Expand description
Contains all the modules and mappings for import statements
TODO could files and synthesised_modules be merged? (with a change to the source map crate)
Auto Trait Implementations§
impl<'a, FileReader, ModuleAST> RefUnwindSafe for ModuleData<'a, FileReader, ModuleAST>
impl<'a, FileReader, ModuleAST> Send for ModuleData<'a, FileReader, ModuleAST>
impl<'a, FileReader, ModuleAST> Sync for ModuleData<'a, FileReader, ModuleAST>
impl<'a, FileReader, ModuleAST> Unpin for ModuleData<'a, FileReader, ModuleAST>
impl<'a, FileReader, ModuleAST> UnwindSafe for ModuleData<'a, FileReader, ModuleAST>
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