Struct sp_weights::ConstantMultiplier
source · pub struct ConstantMultiplier<T, M>(/* private fields */);
Expand description
Implementor of WeightToFee
that uses a constant multiplier.
Example
// Results in a multiplier of 10 for each unit of weight (or length)
type LengthToFee = ConstantMultiplier::<u128, ConstU128<10u128>>;
Trait Implementations§
source§impl<T, M> WeightToFee for ConstantMultiplier<T, M>where
T: BaseArithmetic + From<u32> + Copy + Unsigned,
M: Get<T>,
impl<T, M> WeightToFee for ConstantMultiplier<T, M>where T: BaseArithmetic + From<u32> + Copy + Unsigned, M: Get<T>,
Auto Trait Implementations§
impl<T, M> RefUnwindSafe for ConstantMultiplier<T, M>where M: RefUnwindSafe, T: RefUnwindSafe,
impl<T, M> Send for ConstantMultiplier<T, M>where M: Send, T: Send,
impl<T, M> Sync for ConstantMultiplier<T, M>where M: Sync, T: Sync,
impl<T, M> Unpin for ConstantMultiplier<T, M>where M: Unpin, T: Unpin,
impl<T, M> UnwindSafe for ConstantMultiplier<T, M>where M: UnwindSafe, T: UnwindSafe,
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T, Outer> IsWrappedBy<Outer> for Twhere
Outer: AsRef<T> + AsMut<T> + From<T>,
T: From<Outer>,
impl<T, Outer> IsWrappedBy<Outer> for Twhere Outer: AsRef<T> + AsMut<T> + From<T>, T: From<Outer>,
source§impl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
source§fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere Self: UniqueSaturatedFrom<T>,
source§fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
fn saturated_into<T>(self) -> Twhere Self: UniqueSaturatedInto<T>,
Consume self to return an equivalent value of
T
. Read moresource§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere T: UncheckedFrom<S>,
source§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
The counterpart to
unchecked_from
.source§impl<T, S> UniqueSaturatedInto<T> for Swhere
T: Bounded,
S: TryInto<T>,
impl<T, S> UniqueSaturatedInto<T> for Swhere T: Bounded, S: TryInto<T>,
source§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T
.