pub enum UniversalModule {
HotReload(&'static HotReloadModule),
Static(StaticModule),
}Expand description
A universal module.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UniversalModule
impl RefUnwindSafe for UniversalModule
impl Send for UniversalModule
impl Sync for UniversalModule
impl Unpin for UniversalModule
impl UnwindSafe for UniversalModule
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