pub(crate) struct AbortIfPanic;Trait Implementations§
Source§impl Drop for AbortIfPanic
impl Drop for AbortIfPanic
Auto Trait Implementations§
impl Freeze for AbortIfPanic
impl RefUnwindSafe for AbortIfPanic
impl Send for AbortIfPanic
impl Sync for AbortIfPanic
impl Unpin for AbortIfPanic
impl UnsafeUnpin for AbortIfPanic
impl UnwindSafe for AbortIfPanic
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