pub enum SkippedReason {
DisabledInflation,
JustActivated,
TooEarlyUnfairSplit,
ZeroPoints,
ZeroPointValue,
ZeroReward,
ZeroCreditsAndReturnZero,
ZeroCreditsAndReturnCurrent,
ZeroCreditsAndReturnRewinded,
}
Variants§
DisabledInflation
JustActivated
TooEarlyUnfairSplit
ZeroPoints
ZeroPointValue
ZeroReward
ZeroCreditsAndReturnZero
ZeroCreditsAndReturnCurrent
ZeroCreditsAndReturnRewinded
Trait Implementations§
source§impl Debug for SkippedReason
impl Debug for SkippedReason
source§impl From<SkippedReason> for InflationPointCalculationEvent
impl From<SkippedReason> for InflationPointCalculationEvent
source§fn from(reason: SkippedReason) -> Self
fn from(reason: SkippedReason) -> Self
Converts to this type from the input type.