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