pub struct IPanic;Expand description
An error type that panics when it’s built (such as when you use ?
to coerce to it)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IPanic
impl RefUnwindSafe for IPanic
impl Send for IPanic
impl Sync for IPanic
impl Unpin for IPanic
impl UnwindSafe for IPanic
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