pub struct ModuleGraph<'a> {
pub modules: &'a [Module],
/* private fields */
}Expand description
Cross-module index built from lowered modules before pruning.
Fields§
§modules: &'a [Module]Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ModuleGraph<'a>
impl<'a> RefUnwindSafe for ModuleGraph<'a>
impl<'a> Send for ModuleGraph<'a>
impl<'a> Sync for ModuleGraph<'a>
impl<'a> Unpin for ModuleGraph<'a>
impl<'a> UnsafeUnpin for ModuleGraph<'a>
impl<'a> UnwindSafe for ModuleGraph<'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