pub struct LuaModules { /* private fields */ }Expand description
Represents a Lua source tree embedded into a binary via include_lua!.
Auto Trait Implementations§
impl Freeze for LuaModules
impl RefUnwindSafe for LuaModules
impl Send for LuaModules
impl Sync for LuaModules
impl Unpin for LuaModules
impl UnsafeUnpin for LuaModules
impl UnwindSafe for LuaModules
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