pub struct PyMutex { /* private fields */ }Available on
Py_3_13 and neither Py_LIMITED_API nor RustPython only.Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for PyMutex
impl RefUnwindSafe for PyMutex
impl Send for PyMutex
impl Sync for PyMutex
impl Unpin for PyMutex
impl UnsafeUnpin for PyMutex
impl UnwindSafe for PyMutex
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