Struct sp_state_machine::StorageTransactionCache [−][src]
pub struct StorageTransactionCache<Transaction, H: Hasher, N: BlockNumber> { /* fields omitted */ }
The storage transaction are calculated as part of the storage_root
and
changes_trie_storage_root
. These transactions can be reused for importing the block into the
storage. So, we cache them to not require a recomputation of those transactions.
Implementations
impl<Transaction, H: Hasher, N: BlockNumber> StorageTransactionCache<Transaction, H, N>
[src]
impl<Transaction, H: Hasher, N: BlockNumber> StorageTransactionCache<Transaction, H, N>
[src]Trait Implementations
impl<Transaction, H: Hasher, N: BlockNumber> Default for StorageTransactionCache<Transaction, H, N>
[src]
impl<Transaction, H: Hasher, N: BlockNumber> Default for StorageTransactionCache<Transaction, H, N>
[src]Auto Trait Implementations
impl<Transaction, H, N> RefUnwindSafe for StorageTransactionCache<Transaction, H, N> where
H: RefUnwindSafe,
N: RefUnwindSafe,
Transaction: RefUnwindSafe,
<H as Hasher>::Out: RefUnwindSafe,
H: RefUnwindSafe,
N: RefUnwindSafe,
Transaction: RefUnwindSafe,
<H as Hasher>::Out: RefUnwindSafe,
impl<Transaction, H, N> Send for StorageTransactionCache<Transaction, H, N> where
Transaction: Send,
Transaction: Send,
impl<Transaction, H, N> Sync for StorageTransactionCache<Transaction, H, N> where
Transaction: Sync,
Transaction: Sync,
impl<Transaction, H, N> Unpin for StorageTransactionCache<Transaction, H, N> where
H: Unpin,
N: Unpin,
Transaction: Unpin,
<H as Hasher>::Out: Unpin,
H: Unpin,
N: Unpin,
Transaction: Unpin,
<H as Hasher>::Out: Unpin,
impl<Transaction, H, N> UnwindSafe for StorageTransactionCache<Transaction, H, N> where
H: UnwindSafe,
N: UnwindSafe,
Transaction: UnwindSafe,
<H as Hasher>::Out: UnwindSafe,
H: UnwindSafe,
N: UnwindSafe,
Transaction: UnwindSafe,
<H as Hasher>::Out: UnwindSafe,
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]pub fn unchecked_into(self) -> T
[src]
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
[src]
T: RefUnwindSafe,