pub struct LuaCode { /* private fields */ }Expand description
Per-language code type tag for Lua; carries no data.
Trait Implementations§
Source§impl LanguageInfo for LuaCode
impl LanguageInfo for LuaCode
Auto Trait Implementations§
impl Freeze for LuaCode
impl RefUnwindSafe for LuaCode
impl Send for LuaCode
impl Sync for LuaCode
impl Unpin for LuaCode
impl UnsafeUnpin for LuaCode
impl UnwindSafe for LuaCode
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