pub struct StoreKV {
pub lock: RwLock<bool>,
/* private fields */
}Fields§
§lock: RwLock<bool>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for StoreKV
impl RefUnwindSafe for StoreKV
impl Send for StoreKV
impl Sync for StoreKV
impl Unpin for StoreKV
impl UnsafeUnpin for StoreKV
impl UnwindSafe for StoreKV
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