pub struct FnHandle<'a> { /* private fields */ }Expand description
The concrete L we instantiate LuaFunction with: a live borrow of the VM
plus the global name to call.
Auto Trait Implementations§
impl<'a> Freeze for FnHandle<'a>
impl<'a> !RefUnwindSafe for FnHandle<'a>
impl<'a> !Send for FnHandle<'a>
impl<'a> !Sync for FnHandle<'a>
impl<'a> Unpin for FnHandle<'a>
impl<'a> UnsafeUnpin for FnHandle<'a>
impl<'a> !UnwindSafe for FnHandle<'a>
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