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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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 for FullInflationFeaturePair
impl PartialEq for FullInflationFeaturePair
Source§fn eq(&self, other: &FullInflationFeaturePair) -> bool
fn eq(&self, other: &FullInflationFeaturePair) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for FullInflationFeaturePair
impl StructuralPartialEq for FullInflationFeaturePair
Auto Trait Implementations§
impl Freeze for FullInflationFeaturePair
impl RefUnwindSafe for FullInflationFeaturePair
impl Send for FullInflationFeaturePair
impl Sync for FullInflationFeaturePair
impl Unpin for FullInflationFeaturePair
impl UnwindSafe for FullInflationFeaturePair
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more