pub struct RegistryKey { /* private fields */ }Expand description
An anonymous handle to a value held in the Lua registry, created by
Lua::create_registry_value. The value stays alive while the key exists;
dropping the key (or calling Lua::remove_registry_value) releases it.
Provenance-bound to its parent Lua.
Auto Trait Implementations§
impl !RefUnwindSafe for RegistryKey
impl !Send for RegistryKey
impl !Sync for RegistryKey
impl !UnwindSafe for RegistryKey
impl Freeze for RegistryKey
impl Unpin for RegistryKey
impl UnsafeUnpin for RegistryKey
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