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