[−][src]Struct frame_support::weights::FunctionOf
👎 Deprecated:
Function arguments are available directly inside the annotation now.
A struct to represent a weight which is a function of the input arguments. The given items have the following types:
WD: a rawWeightvalue or a closure that returns aWeightwith the same argument list as the dispatched, wrapped in a tuple.CD: a rawDispatchClassvalue or a closure that returns aDispatchClasswith the same argument list as the dispatched, wrapped in a tuple.PF: aPaysvariant for whether this dispatch pays fee or not or a closure that returns aPaysvariant with the same argument list as the dispatched, wrapped in a tuple.
Trait Implementations
impl<Args, WD, PF> ClassifyDispatch<Args> for FunctionOf<WD, DispatchClass, PF>[src][+]
impl<Args, WD, CD, PF> ClassifyDispatch<Args> for FunctionOf<WD, CD, PF> where
CD: Fn(Args) -> DispatchClass, [src][+]
CD: Fn(Args) -> DispatchClass,
impl<Args, WD, CD> PaysFee<Args> for FunctionOf<WD, CD, Pays>[src][+]
impl<Args, WD, CD, PF> PaysFee<Args> for FunctionOf<WD, CD, PF> where
PF: Fn(Args) -> Pays, [src][+]
PF: Fn(Args) -> Pays,
impl<Args, CD, PF> WeighData<Args> for FunctionOf<Weight, CD, PF>[src][+]
impl<Args, WD, CD, PF> WeighData<Args> for FunctionOf<WD, CD, PF> where
WD: Fn(Args) -> Weight, [src][+]
WD: Fn(Args) -> Weight,
Auto Trait Implementations
impl<WD, CD, PF> RefUnwindSafe for FunctionOf<WD, CD, PF> where
CD: RefUnwindSafe,
PF: RefUnwindSafe,
WD: RefUnwindSafe,
CD: RefUnwindSafe,
PF: RefUnwindSafe,
WD: RefUnwindSafe,
impl<WD, CD, PF> Send for FunctionOf<WD, CD, PF> where
CD: Send,
PF: Send,
WD: Send,
CD: Send,
PF: Send,
WD: Send,
impl<WD, CD, PF> Sync for FunctionOf<WD, CD, PF> where
CD: Sync,
PF: Sync,
WD: Sync,
CD: Sync,
PF: Sync,
WD: Sync,
impl<WD, CD, PF> Unpin for FunctionOf<WD, CD, PF> where
CD: Unpin,
PF: Unpin,
WD: Unpin,
CD: Unpin,
PF: Unpin,
WD: Unpin,
impl<WD, CD, PF> UnwindSafe for FunctionOf<WD, CD, PF> where
CD: UnwindSafe,
PF: UnwindSafe,
WD: UnwindSafe,
CD: UnwindSafe,
PF: UnwindSafe,
WD: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> CheckedConversion for T[src][+]
impl<T> From<T> for T[src][+]
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T> IsType<T> for T[src][+]
impl<T, Outer> IsWrappedBy<Outer> for T where
Outer: AsRef<T> + AsMut<T> + From<T>,
T: From<Outer>, [src][+]
Outer: AsRef<T> + AsMut<T> + From<T>,
T: From<Outer>,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe, [src]
T: RefUnwindSafe,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T> SaturatedConversion for T[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>, [src][+]
T: UncheckedFrom<S>,
impl<T, S> UniqueSaturatedInto<T> for S where
S: TryInto<T>,
T: Bounded, [src][+]
S: TryInto<T>,
T: Bounded,
impl<V, T> VZip<V> for T where
V: MultiLane<T>, [src][+]
V: MultiLane<T>,