pub struct LuaString { /* private fields */ }Expand description
Safe handle to a Lua string kept alive in the registry.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LuaString
impl !RefUnwindSafe for LuaString
impl !Send for LuaString
impl !Sync for LuaString
impl Unpin for LuaString
impl UnsafeUnpin for LuaString
impl !UnwindSafe for LuaString
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