Struct floresta_chain::pruned_utreexo::chain_state::BestChain
source · pub struct BestChain { /* private fields */ }
Expand description
Internal representation of the chain we are in
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BestChain
impl Send for BestChain
impl Sync for BestChain
impl Unpin for BestChain
impl UnwindSafe for BestChain
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