pub struct Mutex<T>(/* private fields */);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for ShimMutex<T>
impl<T> RefUnwindSafe for ShimMutex<T>
impl<T> Send for ShimMutex<T>where
T: Send,
impl<T> Sync for ShimMutex<T>where
T: Send,
impl<T> Unpin for ShimMutex<T>where
T: Unpin,
impl<T> UnwindSafe for ShimMutex<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
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.