pub struct PyGenObject(/* private fields */);Auto Trait Implementations§
impl Freeze for PyGenObject
impl RefUnwindSafe for PyGenObject
impl Send for PyGenObject
impl Sync for PyGenObject
impl Unpin for PyGenObject
impl UnsafeUnpin for PyGenObject
impl UnwindSafe for PyGenObject
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