pub struct LuaExtCache { /* private fields */ }Expand description
Analysis cache for LuaExt.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LuaExtCache
impl RefUnwindSafe for LuaExtCache
impl Send for LuaExtCache
impl Sync for LuaExtCache
impl Unpin for LuaExtCache
impl UnsafeUnpin for LuaExtCache
impl UnwindSafe for LuaExtCache
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