pub struct LockResult<'ptr> { /* private fields */ }
Expand description
Type-erased result of locking a mutex-like pointer
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'ptr> Freeze for LockResult<'ptr>
impl<'ptr> RefUnwindSafe for LockResult<'ptr>
impl<'ptr> !Send for LockResult<'ptr>
impl<'ptr> !Sync for LockResult<'ptr>
impl<'ptr> Unpin for LockResult<'ptr>
impl<'ptr> !UnwindSafe for LockResult<'ptr>
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