Struct floresta_chain::pruned_utreexo::chain_state::ChainStateInner
source · pub struct ChainStateInner<PersistedState: ChainStore> { /* private fields */ }
Auto Trait Implementations§
impl<PersistedState> !RefUnwindSafe for ChainStateInner<PersistedState>
impl<PersistedState> Send for ChainStateInner<PersistedState>where PersistedState: Send,
impl<PersistedState> Sync for ChainStateInner<PersistedState>where PersistedState: Sync,
impl<PersistedState> Unpin for ChainStateInner<PersistedState>where PersistedState: Unpin,
impl<PersistedState> !UnwindSafe for ChainStateInner<PersistedState>
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