pub struct LuaNil { /* private fields */ }
Expand description
Represents a nil value on the Lua stack
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LuaNil
impl RefUnwindSafe for LuaNil
impl Send for LuaNil
impl Sync for LuaNil
impl Unpin for LuaNil
impl UnwindSafe for LuaNil
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