pub struct Nil;
Trait Implementations§
source§impl<L> LuaRead<L> for Nilwhere
L: AsLua,
impl<L> LuaRead<L> for Nilwhere
L: AsLua,
source§fn lua_read_at_position(lua: L, index: NonZeroI32) -> ReadResult<Self, L>
fn lua_read_at_position(lua: L, index: NonZeroI32) -> ReadResult<Self, L>
Reads the data from Lua at a given position.
fn lua_read_at_maybe_zero_position(lua: L, index: i32) -> ReadResult<Self, L>
fn n_values_expected() -> i32
source§fn lua_read(lua: L) -> ReadResult<Self, L>
fn lua_read(lua: L) -> ReadResult<Self, L>
Reads the data from Lua.
source§impl Ord for Nil
impl Ord for Nil
source§impl PartialOrd for Nil
impl PartialOrd for Nil
source§impl<L> Push<L> for Nilwhere
L: AsLua,
impl<L> Push<L> for Nilwhere
L: AsLua,
source§impl<L> PushInto<L> for Nilwhere
L: AsLua,
impl<L> PushInto<L> for Nilwhere
L: AsLua,
impl Copy for Nil
impl Eq for Nil
impl<L> PushOne<L> for Nilwhere
L: AsLua,
impl<L> PushOneInto<L> for Nilwhere
L: AsLua,
impl StructuralPartialEq for Nil
Auto Trait Implementations§
impl Freeze for Nil
impl RefUnwindSafe for Nil
impl Send for Nil
impl Sync for Nil
impl Unpin for Nil
impl UnwindSafe for Nil
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)