pub struct BlockStateOutcome {
pub block_id: ObjectId,
pub status: BlockStateStatus,
}Expand description
One block’s resolved outcome from [verify_blocks_topological].
Fields§
§block_id: ObjectIdThe block this outcome is for.
status: BlockStateStatusHow that block’s state-root check resolved.
Trait Implementations§
Source§impl Clone for BlockStateOutcome
impl Clone for BlockStateOutcome
Source§fn clone(&self) -> BlockStateOutcome
fn clone(&self) -> BlockStateOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BlockStateOutcome
impl Debug for BlockStateOutcome
impl Eq for BlockStateOutcome
Source§impl PartialEq for BlockStateOutcome
impl PartialEq for BlockStateOutcome
impl StructuralPartialEq for BlockStateOutcome
Auto Trait Implementations§
impl Freeze for BlockStateOutcome
impl RefUnwindSafe for BlockStateOutcome
impl Send for BlockStateOutcome
impl Sync for BlockStateOutcome
impl Unpin for BlockStateOutcome
impl UnsafeUnpin for BlockStateOutcome
impl UnwindSafe for BlockStateOutcome
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