Struct ezno_checker::PostCheckData
source · pub struct PostCheckData<A: ASTImplementation> {
pub type_mappings: TypeMappings,
pub types: TypeStore,
pub module_contents: MapFileStore<WithPathMap>,
pub modules: HashMap<SourceId, SynthesisedModule<A::OwnedModule>>,
pub entry_source: SourceId,
}Expand description
Used for transformers and other things after checking!!!!
Fields§
§type_mappings: TypeMappings§types: TypeStore§module_contents: MapFileStore<WithPathMap>§modules: HashMap<SourceId, SynthesisedModule<A::OwnedModule>>§entry_source: SourceIdImplementations§
source§impl<A: ASTImplementation> PostCheckData<A>
impl<A: ASTImplementation> PostCheckData<A>
pub fn is_function_called(&self, function_id: FunctionId) -> bool
Auto Trait Implementations§
impl<A> RefUnwindSafe for PostCheckData<A>
impl<A> Send for PostCheckData<A>
impl<A> Sync for PostCheckData<A>
impl<A> Unpin for PostCheckData<A>
impl<A> UnwindSafe for PostCheckData<A>
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