pub struct MutexHandle(/* private fields */);Trait Implementations§
Source§impl Debug for MutexHandle
impl Debug for MutexHandle
Source§impl Default for MutexHandle
impl Default for MutexHandle
Source§impl Drop for MutexHandle
impl Drop for MutexHandle
Source§impl Handle for MutexHandle
impl Handle for MutexHandle
Source§impl PartialEq for MutexHandle
impl PartialEq for MutexHandle
impl Eq for MutexHandle
impl StructuralPartialEq for MutexHandle
Auto Trait Implementations§
impl Freeze for MutexHandle
impl RefUnwindSafe for MutexHandle
impl !Send for MutexHandle
impl !Sync for MutexHandle
impl Unpin for MutexHandle
impl UnsafeUnpin for MutexHandle
impl UnwindSafe for MutexHandle
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