Struct triedb::gc::TrieCollection [−][src]
Implementations
impl<D: DatabaseMut, C: ItemCounter> TrieCollection<D, C>
[src][−]
pub fn new(database: D, counter: C) -> Self
[src]
pub fn trie_for(&self, root: H256) -> DatabaseTrieMut<'_, D>
[src]
pub fn apply(
&mut self,
DatabaseTrieMutPatch { root: root, change: change }: DatabaseTrieMutPatch
) -> H256
[src]
&mut self,
DatabaseTrieMutPatch { root: root, change: change }: DatabaseTrieMutPatch
) -> H256
Auto Trait Implementations
impl<D, C> RefUnwindSafe for TrieCollection<D, C> where
C: RefUnwindSafe,
D: RefUnwindSafe,
C: RefUnwindSafe,
D: RefUnwindSafe,
impl<D, C> Send for TrieCollection<D, C> where
C: Send,
D: Send,
C: Send,
D: Send,
impl<D, C> Sync for TrieCollection<D, C> where
C: Sync,
D: Sync,
C: Sync,
D: Sync,
impl<D, C> Unpin for TrieCollection<D, C> where
C: Unpin,
D: Unpin,
C: Unpin,
D: Unpin,
impl<D, C> UnwindSafe for TrieCollection<D, C> where
C: UnwindSafe,
D: UnwindSafe,
C: UnwindSafe,
D: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,