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
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