pub struct PyArena { /* private fields */ }Auto Trait Implementations§
impl Freeze for PyArena
impl RefUnwindSafe for PyArena
impl Send for PyArena
impl Sync for PyArena
impl Unpin for PyArena
impl UnsafeUnpin for PyArena
impl UnwindSafe for PyArena
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