Struct pyo3_ffi::PyStopIterationObject
source · [−]#[repr(C)]pub struct PyStopIterationObject {
pub exception_base: PyBaseExceptionObject,
pub value: *mut PyObject,
}
Fields
exception_base: PyBaseExceptionObject
value: *mut PyObject
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PyStopIterationObject
impl !Send for PyStopIterationObject
impl !Sync for PyStopIterationObject
impl Unpin for PyStopIterationObject
impl UnwindSafe for PyStopIterationObject
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