Struct pyo3_ffi::pyerrors::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: PyBaseExceptionObjectmsg: *mut PyObjectname: *mut PyObjectpath: *mut PyObjectTrait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more