Struct sp_weights::IdentityFee
source · pub struct IdentityFee<T>(/* private fields */);
Expand description
Implementor of WeightToFee
that maps one unit of weight to one unit of fee.
Trait Implementations§
source§impl<T> WeightToFee for IdentityFee<T>
impl<T> WeightToFee for IdentityFee<T>
Auto Trait Implementations§
impl<T> Freeze for IdentityFee<T>
impl<T> RefUnwindSafe for IdentityFee<T>where
T: RefUnwindSafe,
impl<T> Send for IdentityFee<T>where
T: Send,
impl<T> Sync for IdentityFee<T>where
T: Sync,
impl<T> Unpin for IdentityFee<T>where
T: Unpin,
impl<T> UnwindSafe for IdentityFee<T>where
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
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<T, S> UniqueSaturatedInto<T> for S
impl<T, S> UniqueSaturatedInto<T> for S
source§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T
.