pub struct AutoUseModules {
pub modules: Vec<SymbolTableRef>,
}
Fields§
§modules: Vec<SymbolTableRef>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AutoUseModules
impl !RefUnwindSafe for AutoUseModules
impl !Send for AutoUseModules
impl !Sync for AutoUseModules
impl Unpin for AutoUseModules
impl !UnwindSafe for AutoUseModules
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