pub struct UnloadableMainWorld { /* private fields */ }
Expand description
The world as seen by an unloadable plugin running on an application’s main thread.
Trait Implementations§
impl EnvAccess for UnloadableMainWorld
Auto Trait Implementations§
impl Freeze for UnloadableMainWorld
impl RefUnwindSafe for UnloadableMainWorld
impl Send for UnloadableMainWorld
impl Sync for UnloadableMainWorld
impl Unpin for UnloadableMainWorld
impl UnwindSafe for UnloadableMainWorld
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