Struct pyo3::pycell::PyRefMut [−][src]
pub struct PyRefMut<'p, T: PyClass> { /* fields omitted */ }
Expand description
Implementations
impl<'p, T, U> PyRefMut<'p, T> where
T: PyClass + PyTypeInfo<BaseType = U, BaseLayout = PyCellInner<U>>,
U: PyClass,
impl<'p, T, U> PyRefMut<'p, T> where
T: PyClass + PyTypeInfo<BaseType = U, BaseLayout = PyCellInner<U>>,
U: PyClass,
Get PyRef<T::BaseType>
.
See PyRef::into_super
for more.