fn index_with<'a>(&self, l2c_val: &'a L2CValue) -> &'a L2CValue
fn index_with_mut<'a>(&self, l2c_val: &'a mut L2CValue) -> &'a mut L2CValue
impl LuaTableIndex for i32
[src]fn index_with<'a>(&self, l2c_val: &'a L2CValue) -> &'a L2CValue
[src]fn index_with_mut<'a>(&self, l2c_val: &'a mut L2CValue) -> &'a mut L2CValue
[src]impl LuaTableIndex for u64
[src]fn index_with<'a>(&self, l2c_val: &'a L2CValue) -> &'a L2CValue
[src]fn index_with_mut<'a>(&self, l2c_val: &'a mut L2CValue) -> &'a mut L2CValue
[src]impl<'_> LuaTableIndex for &'_ str
[src]fn index_with<'a>(&self, l2c_val: &'a L2CValue) -> &'a L2CValue
[src]fn index_with_mut<'a>(&self, l2c_val: &'a mut L2CValue) -> &'a mut L2CValue
[src]impl LuaTableIndex for L2CValue
[src]fn index_with<'a>(&self, l2c_val: &'a L2CValue) -> &'a L2CValue
[src]fn index_with_mut<'a>(&self, l2c_val: &'a mut L2CValue) -> &'a mut L2CValue
[src]