pub struct FeeFeatures {
pub enable_secp256r1_precompile: bool,
}
Expand description
Bools indicating the activation of features relevant to the fee calculation.
Fields§
§enable_secp256r1_precompile: bool
Trait Implementations§
Source§impl Clone for FeeFeatures
impl Clone for FeeFeatures
Source§fn clone(&self) -> FeeFeatures
fn clone(&self) -> FeeFeatures
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 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