pub struct LuaModule<M>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<M> Freeze for LuaModule<M>
impl<M> RefUnwindSafe for LuaModule<M>where
M: RefUnwindSafe,
impl<M> Send for LuaModule<M>where
M: Send,
impl<M> Sync for LuaModule<M>where
M: Sync,
impl<M> Unpin for LuaModule<M>where
M: Unpin,
impl<M> UnwindSafe for LuaModule<M>where
M: UnwindSafe,
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
Source§impl<'lua, T> IntoLuaMulti<'lua> for Twhere
T: IntoLua<'lua>,
impl<'lua, T> IntoLuaMulti<'lua> for Twhere
T: IntoLua<'lua>,
Source§fn into_lua_multi(self, lua: &'lua Lua) -> Result<MultiValue<'lua>, Error>
fn into_lua_multi(self, lua: &'lua Lua) -> Result<MultiValue<'lua>, Error>
Performs the conversion.