Enum solana_runtime::bank::RewardCalculationEvent [−][src]
pub enum RewardCalculationEvent<'a, 'b> {
Staking(&'a Pubkey, &'b InflationPointCalculationEvent),
}
Variants
Staking(&'a Pubkey, &'b InflationPointCalculationEvent)
Tuple Fields of Staking
0: &'a Pubkey
1: &'b InflationPointCalculationEvent
Trait Implementations
Auto Trait Implementations
impl<'a, 'b> RefUnwindSafe for RewardCalculationEvent<'a, 'b>
impl<'a, 'b> Send for RewardCalculationEvent<'a, 'b>
impl<'a, 'b> Sync for RewardCalculationEvent<'a, 'b>
impl<'a, 'b> Unpin for RewardCalculationEvent<'a, 'b>
impl<'a, 'b> UnwindSafe for RewardCalculationEvent<'a, 'b>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. 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