pub struct PyMutex { /* private fields */ }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 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