Struct jormungandr::blockcfg::Multiverse
source · pub struct Multiverse<State> {
states_by_hash: HashMap<Hash, GcEntry<State>, RandomState>,
states_by_chain_length: BTreeMap<ChainLength, HashSet<Hash, RandomState>, Global>,
}
Fields§
§states_by_hash: HashMap<Hash, GcEntry<State>, RandomState>
§states_by_chain_length: BTreeMap<ChainLength, HashSet<Hash, RandomState>, Global>
Implementations§
source§impl<State> Multiverse<State>
impl<State> Multiverse<State>
pub fn new() -> Multiverse<State>
pub fn get(&self, k: &Hash) -> Option<Arc<State, Global>>
pub fn get_ref(&self, k: &Hash) -> Option<Ref<State>>
sourcepub fn insert(
&mut self,
chain_length: ChainLength,
k: Hash,
st: State
) -> Ref<State>
pub fn insert( &mut self, chain_length: ChainLength, k: Hash, st: State ) -> Ref<State>
Add a state to the multiverse. Return a Ref object that pins the state in memory.
Trait Implementations§
source§impl<S> Default for Multiverse<S>
impl<S> Default for Multiverse<S>
source§fn default() -> Multiverse<S>
fn default() -> Multiverse<S>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<State> RefUnwindSafe for Multiverse<State>where State: RefUnwindSafe,
impl<State> Send for Multiverse<State>where State: Send + Sync,
impl<State> Sync for Multiverse<State>where State: Send + Sync,
impl<State> Unpin for Multiverse<State>
impl<State> UnwindSafe for Multiverse<State>where State: RefUnwindSafe,
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
§impl<T> FutureExt for T
impl<T> FutureExt for T
§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request