Struct stc_utils::panic_context::PanicContext
source · [−]pub struct PanicContext {
_priv: (),
}
Fields
_priv: ()
Implementations
sourceimpl PanicContext
impl PanicContext
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PanicContext
impl Send for PanicContext
impl Sync for PanicContext
impl Unpin for PanicContext
impl UnwindSafe for PanicContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more