Struct pyo3_ffi::PyImportErrorObject
source · [−]#[repr(C)]pub struct PyImportErrorObject {
pub exception_base: PyBaseExceptionObject,
pub msg: *mut PyObject,
pub name: *mut PyObject,
pub path: *mut PyObject,
}
Fields
exception_base: PyBaseExceptionObject
msg: *mut PyObject
name: *mut PyObject
path: *mut PyObject
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PyImportErrorObject
impl !Send for PyImportErrorObject
impl !Sync for PyImportErrorObject
impl Unpin for PyImportErrorObject
impl UnwindSafe for PyImportErrorObject
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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