Struct era_test_node::fork::ForkStorageInner
source · pub struct ForkStorageInner<S> {
pub raw_storage: InMemoryStorage,
pub value_read_cache: HashMap<StorageKey, H256>,
pub factory_dep_cache: HashMap<H256, Option<Vec<u8>>>,
pub fork: Option<ForkDetails<S>>,
}
Fields§
§raw_storage: InMemoryStorage
§value_read_cache: HashMap<StorageKey, H256>
§factory_dep_cache: HashMap<H256, Option<Vec<u8>>>
§fork: Option<ForkDetails<S>>
Trait Implementations§
Auto Trait Implementations§
impl<S> RefUnwindSafe for ForkStorageInner<S>where S: RefUnwindSafe,
impl<S> Send for ForkStorageInner<S>where S: Send,
impl<S> Sync for ForkStorageInner<S>where S: Sync,
impl<S> Unpin for ForkStorageInner<S>where S: Unpin,
impl<S> UnwindSafe for ForkStorageInner<S>where S: UnwindSafe,
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