pub struct Variables<'lua> { /* private fields */ }Expand description
Implementations
Trait Implementations
Auto Trait Implementations
impl<'lua> !RefUnwindSafe for Variables<'lua>
impl<'lua> !Send for Variables<'lua>
impl<'lua> !Sync for Variables<'lua>
impl<'lua> Unpin for Variables<'lua>
impl<'lua> !UnwindSafe for Variables<'lua>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<'lua, T> FromLuaMulti<'lua> for T where
T: FromLua<'lua>,
impl<'lua, T> FromLuaMulti<'lua> for T where
T: FromLua<'lua>,
sourcefn from_lua_multi(values: MultiValue<'lua>, lua: &'lua Lua) -> Result<T, Error>
fn from_lua_multi(values: MultiValue<'lua>, lua: &'lua Lua) -> Result<T, Error>
Performs the conversion. Read more