Struct near_store_v01::StoreCompiledContractCache [−][src]
Fields
store: Arc<Store>Trait Implementations
Cache for compiled contracts code using Store for keeping data. We store contracts in VM-specific format in DBCol::ColCachedContractCode. Key must take into account VM being used and its configuration, so that we don’t cache non-gas metered binaries, for example.
Auto Trait Implementations
impl !RefUnwindSafe for StoreCompiledContractCache
impl Send for StoreCompiledContractCache
impl Sync for StoreCompiledContractCache
impl Unpin for StoreCompiledContractCache
impl !UnwindSafe for StoreCompiledContractCache
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more