pub struct LuaFunction { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for LuaFunction
impl RefUnwindSafe for LuaFunction
impl !Send for LuaFunction
impl !Sync for LuaFunction
impl Unpin for LuaFunction
impl UnsafeUnpin for LuaFunction
impl UnwindSafe for LuaFunction
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