Struct hyperbee::BlockEntry
source · pub struct BlockEntry<M: CoreMem> { /* private fields */ }Expand description
A block off the hypercore deserialized into the form we use in the BTree
Trait Implementations§
Auto Trait Implementations§
impl<M> !RefUnwindSafe for BlockEntry<M>
impl<M> !Send for BlockEntry<M>
impl<M> !Sync for BlockEntry<M>
impl<M> Unpin for BlockEntry<M>
impl<M> !UnwindSafe for BlockEntry<M>
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