pub struct LuaTablePolicy;Expand description
Lua table key policy over the shared runtime-keyed mutation table.
Trait Implementations§
Source§impl Clone for LuaTablePolicy
impl Clone for LuaTablePolicy
Source§fn clone(&self) -> LuaTablePolicy
fn clone(&self) -> LuaTablePolicy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LuaTablePolicy
Source§impl Debug for LuaTablePolicy
impl Debug for LuaTablePolicy
Source§impl Default for LuaTablePolicy
impl Default for LuaTablePolicy
Source§fn default() -> LuaTablePolicy
fn default() -> LuaTablePolicy
Returns the “default value” for a type. Read more
Source§impl RuntimeKeyPolicy for LuaTablePolicy
impl RuntimeKeyPolicy for LuaTablePolicy
Auto Trait Implementations§
impl Freeze for LuaTablePolicy
impl RefUnwindSafe for LuaTablePolicy
impl Send for LuaTablePolicy
impl Sync for LuaTablePolicy
impl Unpin for LuaTablePolicy
impl UnsafeUnpin for LuaTablePolicy
impl UnwindSafe for LuaTablePolicy
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