pub enum SkippedReason {
DisabledInflation,
JustActivated,
TooEarlyUnfairSplit,
ZeroPoints,
ZeroPointValue,
ZeroReward,
ZeroCreditsAndReturnZero,
ZeroCreditsAndReturnCurrent,
}
Variants
DisabledInflation
JustActivated
TooEarlyUnfairSplit
ZeroPoints
ZeroPointValue
ZeroReward
ZeroCreditsAndReturnZero
ZeroCreditsAndReturnCurrent
Trait Implementations
sourceimpl Debug for SkippedReason
impl Debug for SkippedReason
sourceimpl From<SkippedReason> for InflationPointCalculationEvent
impl From<SkippedReason> for InflationPointCalculationEvent
sourcefn from(reason: SkippedReason) -> Self
fn from(reason: SkippedReason) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SkippedReason
impl Send for SkippedReason
impl Sync for SkippedReason
impl Unpin for SkippedReason
impl UnwindSafe for SkippedReason
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more