pub struct LuaString { /* private fields */ }
Expand description
Represents a String on the Lua Stack
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 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