pub struct MmrHash(pub [u8; 32]);Tuple Fields§
§0: [u8; 32]Trait Implementations§
Source§impl MMRStoreReadOps<MmrHash> for &MemoryMmrStore
impl MMRStoreReadOps<MmrHash> for &MemoryMmrStore
Source§impl MMRStoreReadOps<MmrHash> for &RocksDbMmrStore
impl MMRStoreReadOps<MmrHash> for &RocksDbMmrStore
Source§impl MMRStoreReadOps<MmrHash> for &StagedMmrStore<'_, MemoryMmrStore>
impl MMRStoreReadOps<MmrHash> for &StagedMmrStore<'_, MemoryMmrStore>
Source§impl MMRStoreReadOps<MmrHash> for &StagedMmrStore<'_, RocksDbMmrStore>
impl MMRStoreReadOps<MmrHash> for &StagedMmrStore<'_, RocksDbMmrStore>
Source§impl MMRStoreWriteOps<MmrHash> for &MemoryMmrStore
impl MMRStoreWriteOps<MmrHash> for &MemoryMmrStore
Source§impl MMRStoreWriteOps<MmrHash> for &RocksDbMmrStore
impl MMRStoreWriteOps<MmrHash> for &RocksDbMmrStore
Source§impl<S> MMRStoreWriteOps<MmrHash> for &StagedMmrStore<'_, S>
impl<S> MMRStoreWriteOps<MmrHash> for &StagedMmrStore<'_, S>
impl Eq for MmrHash
impl StructuralPartialEq for MmrHash
Auto Trait Implementations§
impl Freeze for MmrHash
impl RefUnwindSafe for MmrHash
impl Send for MmrHash
impl Sync for MmrHash
impl Unpin for MmrHash
impl UnsafeUnpin for MmrHash
impl UnwindSafe for MmrHash
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more