pub struct FullInflationFeaturePair {
pub vote_id: Pubkey,
pub enable_id: Pubkey,
}👎Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.Fields§
§vote_id: Pubkey👎Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
§agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.enable_id: Pubkey👎Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.Trait 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§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
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