pub struct LuaStringRef { /* private fields */ }Expand description
A user-facing reference to a Lua string.
!Send + !Sync.
Implementations§
Source§impl LuaStringRef
impl LuaStringRef
Trait Implementations§
Source§impl Debug for LuaStringRef
impl Debug for LuaStringRef
Auto Trait Implementations§
impl Freeze for LuaStringRef
impl !RefUnwindSafe for LuaStringRef
impl !Send for LuaStringRef
impl !Sync for LuaStringRef
impl Unpin for LuaStringRef
impl UnsafeUnpin for LuaStringRef
impl !UnwindSafe for LuaStringRef
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