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