pub trait BeforeAllRuntimeMigrations {
// Provided method
fn before_all_runtime_migrations() -> Weight { ... }
}
Expand description
Implemented by pallets, allows defining logic to run prior to any OnRuntimeUpgrade
logic.
This hook is intended to be used internally in FRAME and not be exposed to FRAME developers.
It is defined as a separate trait from OnRuntimeUpgrade
precisely to not pollute the public
API.
Provided Methodsยง
Sourcefn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Something that should happen before runtime migrations are executed.
Dyn Compatibilityยง
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementations on Foreign Typesยง
Sourceยงimpl BeforeAllRuntimeMigrations for ()
impl BeforeAllRuntimeMigrations for ()
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0,)
impl<TupleElement0: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0,)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations, TupleElement122: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations, TupleElement122: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations, TupleElement122: BeforeAllRuntimeMigrations, TupleElement123: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations, TupleElement122: BeforeAllRuntimeMigrations, TupleElement123: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations, TupleElement122: BeforeAllRuntimeMigrations, TupleElement123: BeforeAllRuntimeMigrations, TupleElement124: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations, TupleElement122: BeforeAllRuntimeMigrations, TupleElement123: BeforeAllRuntimeMigrations, TupleElement124: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations, TupleElement122: BeforeAllRuntimeMigrations, TupleElement123: BeforeAllRuntimeMigrations, TupleElement124: BeforeAllRuntimeMigrations, TupleElement125: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations, TupleElement122: BeforeAllRuntimeMigrations, TupleElement123: BeforeAllRuntimeMigrations, TupleElement124: BeforeAllRuntimeMigrations, TupleElement125: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations, TupleElement122: BeforeAllRuntimeMigrations, TupleElement123: BeforeAllRuntimeMigrations, TupleElement124: BeforeAllRuntimeMigrations, TupleElement125: BeforeAllRuntimeMigrations, TupleElement126: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125, TupleElement126)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations, TupleElement122: BeforeAllRuntimeMigrations, TupleElement123: BeforeAllRuntimeMigrations, TupleElement124: BeforeAllRuntimeMigrations, TupleElement125: BeforeAllRuntimeMigrations, TupleElement126: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125, TupleElement126)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.
Sourceยงimpl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations, TupleElement122: BeforeAllRuntimeMigrations, TupleElement123: BeforeAllRuntimeMigrations, TupleElement124: BeforeAllRuntimeMigrations, TupleElement125: BeforeAllRuntimeMigrations, TupleElement126: BeforeAllRuntimeMigrations, TupleElement127: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125, TupleElement126, TupleElement127)
impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations, TupleElement122: BeforeAllRuntimeMigrations, TupleElement123: BeforeAllRuntimeMigrations, TupleElement124: BeforeAllRuntimeMigrations, TupleElement125: BeforeAllRuntimeMigrations, TupleElement126: BeforeAllRuntimeMigrations, TupleElement127: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125, TupleElement126, TupleElement127)
Sourceยงfn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations
for tuples.