pub struct FeeFeatures {
pub enable_secp256r1_precompile: bool,
}๐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.Expand description
Bools indicating the activation of features relevant to the fee calculation.
Fieldsยง
ยงenable_secp256r1_precompile: bool๐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 FeeFeatures
impl Clone for FeeFeatures
Sourceยงfn clone(&self) -> FeeFeatures
fn clone(&self) -> FeeFeatures
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 From<&FeatureSet> for FeeFeatures
impl From<&FeatureSet> for FeeFeatures
Sourceยงfn from(feature_set: &FeatureSet) -> Self
fn from(feature_set: &FeatureSet) -> Self
Converts to this type from the input type.
impl Copy for FeeFeatures
Auto Trait Implementationsยง
impl Freeze for FeeFeatures
impl RefUnwindSafe for FeeFeatures
impl Send for FeeFeatures
impl Sync for FeeFeatures
impl Unpin for FeeFeatures
impl UnwindSafe for FeeFeatures
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