pub struct LoadedRustModule { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoadedRustModule
impl RefUnwindSafe for LoadedRustModule
impl Send for LoadedRustModule
impl Sync for LoadedRustModule
impl Unpin for LoadedRustModule
impl UnsafeUnpin for LoadedRustModule
impl UnwindSafe for LoadedRustModule
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