pub struct LuaExtNameScope { /* private fields */ }Expand description
Tracks declared names for LuaExt scope analysis.
Implementations§
Trait Implementations§
Source§impl Debug for LuaExtNameScope
impl Debug for LuaExtNameScope
Source§impl Default for LuaExtNameScope
impl Default for LuaExtNameScope
Source§fn default() -> LuaExtNameScope
fn default() -> LuaExtNameScope
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LuaExtNameScope
impl RefUnwindSafe for LuaExtNameScope
impl Send for LuaExtNameScope
impl Sync for LuaExtNameScope
impl Unpin for LuaExtNameScope
impl UnsafeUnpin for LuaExtNameScope
impl UnwindSafe for LuaExtNameScope
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