pub struct ModuleMap {
pub modules: HashMap<String, Vec<PathBuf>>,
}Fields§
§modules: HashMap<String, Vec<PathBuf>>Implementations§
Trait Implementations§
impl StructuralPartialEq for ModuleMap
Auto Trait Implementations§
impl Freeze for ModuleMap
impl RefUnwindSafe for ModuleMap
impl Send for ModuleMap
impl Sync for ModuleMap
impl Unpin for ModuleMap
impl UnsafeUnpin for ModuleMap
impl UnwindSafe for ModuleMap
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