Enum solana_runtime::bank::RewardCalculationEvent [−][src]
pub enum RewardCalculationEvent<'a, 'b> { Staking(&'a Pubkey, &'b InflationPointCalculationEvent), }
Variants
Staking(&'a Pubkey, &'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
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V