pub struct FeeFeatures {}Expand description
Bools indicating the activation of features relevant to the fee calculation.
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FeeFeatures
Source§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.
Auto Trait Implementations§
impl Freeze for FeeFeatures
impl RefUnwindSafe for FeeFeatures
impl Send for FeeFeatures
impl Sync for FeeFeatures
impl Unpin for FeeFeatures
impl UnsafeUnpin 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