pub struct ParsedModule {
pub module: Module,
pub module_comments: Vec<String>,
pub func_comments: SecondaryMap<FuncRef, Vec<String>>,
}Fields§
§module: Module§module_comments: Vec<String>§func_comments: SecondaryMap<FuncRef, Vec<String>>Auto Trait Implementations§
impl Freeze for ParsedModule
impl !RefUnwindSafe for ParsedModule
impl !Send for ParsedModule
impl !Sync for ParsedModule
impl Unpin for ParsedModule
impl !UnwindSafe for ParsedModule
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