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