Struct rustpython_common::lock::MappedThreadMutexGuard
source · pub struct MappedThreadMutexGuard<'a, R: RawMutex, G: GetThreadId, T: ?Sized> { /* private fields */ }
Implementations§
source§impl<'a, R: RawMutex, G: GetThreadId, T: ?Sized> MappedThreadMutexGuard<'a, R, G, T>
impl<'a, R: RawMutex, G: GetThreadId, T: ?Sized> MappedThreadMutexGuard<'a, R, G, T>
Trait Implementations§
source§impl<'a, R: RawMutex, G: GetThreadId, T: ?Sized + Debug> Debug for MappedThreadMutexGuard<'a, R, G, T>
impl<'a, R: RawMutex, G: GetThreadId, T: ?Sized + Debug> Debug for MappedThreadMutexGuard<'a, R, G, T>
source§impl<'a, R: RawMutex, G: GetThreadId, T: ?Sized> Deref for MappedThreadMutexGuard<'a, R, G, T>
impl<'a, R: RawMutex, G: GetThreadId, T: ?Sized> Deref for MappedThreadMutexGuard<'a, R, G, T>
source§impl<'a, R: RawMutex, G: GetThreadId, T: ?Sized> DerefMut for MappedThreadMutexGuard<'a, R, G, T>
impl<'a, R: RawMutex, G: GetThreadId, T: ?Sized> DerefMut for MappedThreadMutexGuard<'a, R, G, T>
source§impl<'a, R: RawMutex, G: GetThreadId, T: ?Sized + Display> Display for MappedThreadMutexGuard<'a, R, G, T>
impl<'a, R: RawMutex, G: GetThreadId, T: ?Sized + Display> Display for MappedThreadMutexGuard<'a, R, G, T>
Auto Trait Implementations§
impl<'a, R, G, T: ?Sized> RefUnwindSafe for MappedThreadMutexGuard<'a, R, G, T>where G: RefUnwindSafe, R: RefUnwindSafe, T: RefUnwindSafe,
impl<'a, R, G, T> !Send for MappedThreadMutexGuard<'a, R, G, T>
impl<'a, R, G, T> !Sync for MappedThreadMutexGuard<'a, R, G, T>
impl<'a, R, G, T: ?Sized> Unpin for MappedThreadMutexGuard<'a, R, G, T>
impl<'a, R, G, T> !UnwindSafe for MappedThreadMutexGuard<'a, R, G, T>
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