Struct tiny_sdk::feature_set::FullInflationFeaturePair
source · pub struct FullInflationFeaturePair {
pub vote_id: Pubkey,
pub enable_id: Pubkey,
}Fields§
§vote_id: Pubkey§enable_id: PubkeyTrait Implementations§
source§impl Clone for FullInflationFeaturePair
impl Clone for FullInflationFeaturePair
source§fn clone(&self) -> FullInflationFeaturePair
fn clone(&self) -> FullInflationFeaturePair
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Hash for FullInflationFeaturePair
impl Hash for FullInflationFeaturePair
source§impl PartialEq<FullInflationFeaturePair> for FullInflationFeaturePair
impl PartialEq<FullInflationFeaturePair> for FullInflationFeaturePair
source§fn eq(&self, other: &FullInflationFeaturePair) -> bool
fn eq(&self, other: &FullInflationFeaturePair) -> bool
This method tests for
self and other values to be equal, and is used
by ==.