pub struct RustPanic(/* private fields */);
Implementations§
Trait Implementations§
Source§impl PyTypeInfo for RustPanic
impl PyTypeInfo for RustPanic
Source§fn type_object_raw(py: Python<'_>) -> *mut PyTypeObject
fn type_object_raw(py: Python<'_>) -> *mut PyTypeObject
Returns the PyTypeObject instance for this type.
Source§fn type_object(py: Python<'_>) -> Bound<'_, PyType>
fn type_object(py: Python<'_>) -> Bound<'_, PyType>
Returns the safe abstraction over the type object.
impl DerefToPyAny for RustPanic
impl ToPyErr for RustPanic
Auto Trait Implementations§
impl !Freeze for RustPanic
impl !RefUnwindSafe for RustPanic
impl !Send for RustPanic
impl !Sync for RustPanic
impl Unpin for RustPanic
impl UnwindSafe for RustPanic
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