Enum finality_grandpa::voter::CatchUpProcessingOutcome [−][src]
pub enum CatchUpProcessingOutcome { Good(GoodCatchUp), Bad(BadCatchUp), Useless, }
The outcome of processing a catch up.
Variants
Good(GoodCatchUp)
It was beneficial to process this catch up.
Bad(BadCatchUp)
It wasn’t beneficial to process this catch up, it is invalid and we wasted resources.
The catch up wasn’t processed because it is useless, e.g. it is for a round lower than we’re currently in.
Trait Implementations
impl Clone for CatchUpProcessingOutcome
[src]
impl Clone for CatchUpProcessingOutcome
[src]fn clone(&self) -> CatchUpProcessingOutcome
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<CatchUpProcessingOutcome> for CatchUpProcessingOutcome
[src]
impl PartialEq<CatchUpProcessingOutcome> for CatchUpProcessingOutcome
[src]