pub struct OutputBitmapSegmentResponse {
pub block_hash: Hash,
pub segment: BitmapSegment,
pub output_root: Hash,
}Expand description
Response to an output bitmap MMR segment request.
Fields§
§block_hash: HashThe hash of the block the MMR is associated with
segment: BitmapSegmentThe MMR segment
output_root: HashThe root hash of the output PMMR
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutputBitmapSegmentResponse
impl RefUnwindSafe for OutputBitmapSegmentResponse
impl Send for OutputBitmapSegmentResponse
impl Sync for OutputBitmapSegmentResponse
impl Unpin for OutputBitmapSegmentResponse
impl UnwindSafe for OutputBitmapSegmentResponse
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