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