pub struct QuestionLock { /* private fields */ }Expand description
Holds the store’s writer lock for as long as it lives.
Auto Trait Implementations§
impl Freeze for QuestionLock
impl RefUnwindSafe for QuestionLock
impl Send for QuestionLock
impl Sync for QuestionLock
impl Unpin for QuestionLock
impl UnsafeUnpin for QuestionLock
impl UnwindSafe for QuestionLock
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