pub struct ModuleAndImports {
pub module: ModuleFrozen,
pub imports: Vec<ImportAsset>,
}Fields§
§module: ModuleFrozen§imports: Vec<ImportAsset>Auto Trait Implementations§
impl Freeze for ModuleAndImports
impl RefUnwindSafe for ModuleAndImports
impl Send for ModuleAndImports
impl Sync for ModuleAndImports
impl Unpin for ModuleAndImports
impl UnsafeUnpin for ModuleAndImports
impl UnwindSafe for ModuleAndImports
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