Struct jormungandr::blockchain::Multiverse
source · pub struct Multiverse<T> {
inner: Arc<RwLock<Multiverse<T>>>,
}
Fields§
§inner: Arc<RwLock<Multiverse<T>>>
Implementations§
source§impl<T> Multiverse<T>
impl<T> Multiverse<T>
pub fn new() -> Self
pub async fn insert( &self, chain_length: ChainLength, hash: HeaderHash, value: T ) -> Ref<T>
pub async fn get_ref(&self, hash: HeaderHash) -> Option<Ref<T>>
source§impl<T: Clone> Multiverse<T>
impl<T: Clone> Multiverse<T>
pub async fn get(&self, hash: HeaderHash) -> Option<T>
Trait Implementations§
source§impl<T> Clone for Multiverse<T>
impl<T> Clone for Multiverse<T>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for Multiverse<T>
impl<T> Send for Multiverse<T>where T: Send + Sync,
impl<T> Sync for Multiverse<T>where T: Send + Sync,
impl<T> Unpin for Multiverse<T>
impl<T> !UnwindSafe for Multiverse<T>
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