pub struct LockStub(pub Arc<LockCore>);Tuple Fields§
§0: Arc<LockCore>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LockStub
impl RefUnwindSafe for LockStub
impl Send for LockStub
impl Sync for LockStub
impl Unpin for LockStub
impl UnwindSafe for LockStub
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