Enum solana_stake_program::stake_state::SkippedReason [−][src]
pub enum SkippedReason {
ZeroPoints,
ZeroPointValue,
ZeroReward,
ZeroCreditsAndReturnZero,
ZeroCreditsAndReturnCurrent,
}
Variants
Trait Implementations
Performs the conversion.
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
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more