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.