mentat/mentat_transaction/sidebar-items.js
2018-08-22 17:04:13 +00:00

1 line
No EOL
598 B
JavaScript

initSidebarItems({"enum":[["CacheAction",""],["CacheDirection",""]],"mod":[["entity_builder",""],["metadata",""],["query",""]],"struct":[["InProgress","Represents an in-progress, not yet committed, set of changes to the store. Call `commit` to commit your changes, or `rollback` to discard them. A transaction is held open until you do so. Your changes will be implicitly dropped along with this struct."],["InProgressRead","Represents an in-progress set of reads to the store. Just like `InProgress`, which is read-write, but only allows for reads."]],"trait":[["Pullable",""],["Queryable",""]]});