pub struct Store {
pub kv: Arc<Mutex<HashMap<String, Value>>>,
}Fields§
§kv: Arc<Mutex<HashMap<String, Value>>>Implementations§
Trait Implementations§
Source§impl FromResources for Store
impl FromResources for Store
fn from_resources(resources: &Resources) -> Result<Self, FromResourcesError>
Auto Trait Implementations§
impl Freeze for Store
impl !RefUnwindSafe for Store
impl Send for Store
impl Sync for Store
impl Unpin for Store
impl !UnwindSafe for Store
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