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.
Object Safety§
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.