pub struct SharedState<'a> {
pub types: &'a ResolvedProgramTypes,
pub state: &'a mut ResolvedProgramState,
pub lookup: &'a mut NameLookup<'a>,
pub source_map: &'a SourceMap,
pub file_id: FileId,
}
Fields§
§types: &'a ResolvedProgramTypes
§state: &'a mut ResolvedProgramState
§lookup: &'a mut NameLookup<'a>
§source_map: &'a SourceMap
§file_id: FileId
Auto Trait Implementations§
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