Struct solana_sdk::feature_set::FullInflationFeaturePair
source · [−]Fields
vote_id: Pubkey
enable_id: Pubkey
Trait Implementations
sourceimpl Clone for FullInflationFeaturePair
impl Clone for FullInflationFeaturePair
sourcefn clone(&self) -> FullInflationFeaturePair
fn clone(&self) -> FullInflationFeaturePair
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Hash for FullInflationFeaturePair
impl Hash for FullInflationFeaturePair
sourceimpl PartialEq<FullInflationFeaturePair> for FullInflationFeaturePair
impl PartialEq<FullInflationFeaturePair> for FullInflationFeaturePair
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &FullInflationFeaturePair) -> bool
fn ne(&self, other: &FullInflationFeaturePair) -> bool
This method tests for !=
.
impl Eq for FullInflationFeaturePair
impl StructuralEq for FullInflationFeaturePair
impl StructuralPartialEq for FullInflationFeaturePair
Auto Trait Implementations
impl RefUnwindSafe for FullInflationFeaturePair
impl Send for FullInflationFeaturePair
impl Sync for FullInflationFeaturePair
impl Unpin for FullInflationFeaturePair
impl UnwindSafe for FullInflationFeaturePair
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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