Enum common_types::ancestry_action::AncestryAction [−][src]
pub enum AncestryAction {
MarkFinalized(H256),
}Actions on a live block's parent block. Only committed when the live block is committed. Those actions here must respect the normal blockchain reorganization rules.
Variants
MarkFinalized(H256)Mark an ancestry block as finalized.
Trait Implementations
impl Debug for AncestryAction[src]
impl Debug for AncestryActionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for AncestryAction[src]
impl PartialEq for AncestryActionfn eq(&self, other: &AncestryAction) -> bool[src]
fn eq(&self, other: &AncestryAction) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &AncestryAction) -> bool[src]
fn ne(&self, other: &AncestryAction) -> boolThis method tests for !=.
impl Eq for AncestryAction[src]
impl Eq for AncestryActionimpl Clone for AncestryAction[src]
impl Clone for AncestryActionfn clone(&self) -> AncestryAction[src]
fn clone(&self) -> AncestryActionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for AncestryAction
impl Send for AncestryActionimpl Sync for AncestryAction
impl Sync for AncestryAction