pub struct ParsedAstModule {
pub ast_module: Module,
pub file_id: FileId,
}
Fields§
§ast_module: Module
§file_id: FileId
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParsedAstModule
impl RefUnwindSafe for ParsedAstModule
impl Send for ParsedAstModule
impl Sync for ParsedAstModule
impl Unpin for ParsedAstModule
impl UnwindSafe for ParsedAstModule
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