Struct ethcore_blockchain::ExtrasInsert
source · [−]pub struct ExtrasInsert {
pub fork_choice: ForkChoice,
pub is_finalized: bool,
}
Expand description
Extra information in block insertion.
Fields
fork_choice: ForkChoice
The primitive fork choice before applying finalization rules.
is_finalized: bool
Is the inserted block considered finalized.
Auto Trait Implementations
impl RefUnwindSafe for ExtrasInsert
impl Send for ExtrasInsert
impl Sync for ExtrasInsert
impl Unpin for ExtrasInsert
impl UnwindSafe for ExtrasInsert
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more