pub enum NativeTrap {
Return(ReturnFlags, Bytes),
Panic(Box<dyn Any + Send + 'static>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for NativeTrap
impl !RefUnwindSafe for NativeTrap
impl !Sync for NativeTrap
impl !UnwindSafe for NativeTrap
impl Send for NativeTrap
impl Unpin for NativeTrap
impl UnsafeUnpin for NativeTrap
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