Trait BeforeAllRuntimeMigrations
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§
fn before_all_runtime_migrations() -> Weight
fn before_all_runtime_migrations() -> Weight
Something that should happen before runtime migrations are executed.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementations on Foreign Types§
§impl BeforeAllRuntimeMigrations for ()
 
impl BeforeAllRuntimeMigrations for ()
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0> BeforeAllRuntimeMigrations for (TupleElement0,)where
    TupleElement0: BeforeAllRuntimeMigrations,
 
impl<TupleElement0> BeforeAllRuntimeMigrations for (TupleElement0,)where
    TupleElement0: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
    TupleElement119: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
    TupleElement119: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
    TupleElement119: BeforeAllRuntimeMigrations,
    TupleElement120: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
    TupleElement119: BeforeAllRuntimeMigrations,
    TupleElement120: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
    TupleElement119: BeforeAllRuntimeMigrations,
    TupleElement120: BeforeAllRuntimeMigrations,
    TupleElement121: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
    TupleElement119: BeforeAllRuntimeMigrations,
    TupleElement120: BeforeAllRuntimeMigrations,
    TupleElement121: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
    TupleElement119: BeforeAllRuntimeMigrations,
    TupleElement120: BeforeAllRuntimeMigrations,
    TupleElement121: BeforeAllRuntimeMigrations,
    TupleElement122: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
    TupleElement119: BeforeAllRuntimeMigrations,
    TupleElement120: BeforeAllRuntimeMigrations,
    TupleElement121: BeforeAllRuntimeMigrations,
    TupleElement122: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
    TupleElement119: BeforeAllRuntimeMigrations,
    TupleElement120: BeforeAllRuntimeMigrations,
    TupleElement121: BeforeAllRuntimeMigrations,
    TupleElement122: BeforeAllRuntimeMigrations,
    TupleElement123: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
    TupleElement119: BeforeAllRuntimeMigrations,
    TupleElement120: BeforeAllRuntimeMigrations,
    TupleElement121: BeforeAllRuntimeMigrations,
    TupleElement122: BeforeAllRuntimeMigrations,
    TupleElement123: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
    TupleElement119: BeforeAllRuntimeMigrations,
    TupleElement120: BeforeAllRuntimeMigrations,
    TupleElement121: BeforeAllRuntimeMigrations,
    TupleElement122: BeforeAllRuntimeMigrations,
    TupleElement123: BeforeAllRuntimeMigrations,
    TupleElement124: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
    TupleElement119: BeforeAllRuntimeMigrations,
    TupleElement120: BeforeAllRuntimeMigrations,
    TupleElement121: BeforeAllRuntimeMigrations,
    TupleElement122: BeforeAllRuntimeMigrations,
    TupleElement123: BeforeAllRuntimeMigrations,
    TupleElement124: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
    TupleElement119: BeforeAllRuntimeMigrations,
    TupleElement120: BeforeAllRuntimeMigrations,
    TupleElement121: BeforeAllRuntimeMigrations,
    TupleElement122: BeforeAllRuntimeMigrations,
    TupleElement123: BeforeAllRuntimeMigrations,
    TupleElement124: BeforeAllRuntimeMigrations,
    TupleElement125: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
    TupleElement119: BeforeAllRuntimeMigrations,
    TupleElement120: BeforeAllRuntimeMigrations,
    TupleElement121: BeforeAllRuntimeMigrations,
    TupleElement122: BeforeAllRuntimeMigrations,
    TupleElement123: BeforeAllRuntimeMigrations,
    TupleElement124: BeforeAllRuntimeMigrations,
    TupleElement125: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125, TupleElement126> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125, TupleElement126)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
    TupleElement119: BeforeAllRuntimeMigrations,
    TupleElement120: BeforeAllRuntimeMigrations,
    TupleElement121: BeforeAllRuntimeMigrations,
    TupleElement122: BeforeAllRuntimeMigrations,
    TupleElement123: BeforeAllRuntimeMigrations,
    TupleElement124: BeforeAllRuntimeMigrations,
    TupleElement125: BeforeAllRuntimeMigrations,
    TupleElement126: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125, TupleElement126> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125, TupleElement126)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
    TupleElement119: BeforeAllRuntimeMigrations,
    TupleElement120: BeforeAllRuntimeMigrations,
    TupleElement121: BeforeAllRuntimeMigrations,
    TupleElement122: BeforeAllRuntimeMigrations,
    TupleElement123: BeforeAllRuntimeMigrations,
    TupleElement124: BeforeAllRuntimeMigrations,
    TupleElement125: BeforeAllRuntimeMigrations,
    TupleElement126: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.
§impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125, TupleElement126, TupleElement127> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125, TupleElement126, TupleElement127)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
    TupleElement119: BeforeAllRuntimeMigrations,
    TupleElement120: BeforeAllRuntimeMigrations,
    TupleElement121: BeforeAllRuntimeMigrations,
    TupleElement122: BeforeAllRuntimeMigrations,
    TupleElement123: BeforeAllRuntimeMigrations,
    TupleElement124: BeforeAllRuntimeMigrations,
    TupleElement125: BeforeAllRuntimeMigrations,
    TupleElement126: BeforeAllRuntimeMigrations,
    TupleElement127: BeforeAllRuntimeMigrations,
 
impl<TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125, TupleElement126, TupleElement127> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125, TupleElement126, TupleElement127)where
    TupleElement0: BeforeAllRuntimeMigrations,
    TupleElement1: BeforeAllRuntimeMigrations,
    TupleElement2: BeforeAllRuntimeMigrations,
    TupleElement3: BeforeAllRuntimeMigrations,
    TupleElement4: BeforeAllRuntimeMigrations,
    TupleElement5: BeforeAllRuntimeMigrations,
    TupleElement6: BeforeAllRuntimeMigrations,
    TupleElement7: BeforeAllRuntimeMigrations,
    TupleElement8: BeforeAllRuntimeMigrations,
    TupleElement9: BeforeAllRuntimeMigrations,
    TupleElement10: BeforeAllRuntimeMigrations,
    TupleElement11: BeforeAllRuntimeMigrations,
    TupleElement12: BeforeAllRuntimeMigrations,
    TupleElement13: BeforeAllRuntimeMigrations,
    TupleElement14: BeforeAllRuntimeMigrations,
    TupleElement15: BeforeAllRuntimeMigrations,
    TupleElement16: BeforeAllRuntimeMigrations,
    TupleElement17: BeforeAllRuntimeMigrations,
    TupleElement18: BeforeAllRuntimeMigrations,
    TupleElement19: BeforeAllRuntimeMigrations,
    TupleElement20: BeforeAllRuntimeMigrations,
    TupleElement21: BeforeAllRuntimeMigrations,
    TupleElement22: BeforeAllRuntimeMigrations,
    TupleElement23: BeforeAllRuntimeMigrations,
    TupleElement24: BeforeAllRuntimeMigrations,
    TupleElement25: BeforeAllRuntimeMigrations,
    TupleElement26: BeforeAllRuntimeMigrations,
    TupleElement27: BeforeAllRuntimeMigrations,
    TupleElement28: BeforeAllRuntimeMigrations,
    TupleElement29: BeforeAllRuntimeMigrations,
    TupleElement30: BeforeAllRuntimeMigrations,
    TupleElement31: BeforeAllRuntimeMigrations,
    TupleElement32: BeforeAllRuntimeMigrations,
    TupleElement33: BeforeAllRuntimeMigrations,
    TupleElement34: BeforeAllRuntimeMigrations,
    TupleElement35: BeforeAllRuntimeMigrations,
    TupleElement36: BeforeAllRuntimeMigrations,
    TupleElement37: BeforeAllRuntimeMigrations,
    TupleElement38: BeforeAllRuntimeMigrations,
    TupleElement39: BeforeAllRuntimeMigrations,
    TupleElement40: BeforeAllRuntimeMigrations,
    TupleElement41: BeforeAllRuntimeMigrations,
    TupleElement42: BeforeAllRuntimeMigrations,
    TupleElement43: BeforeAllRuntimeMigrations,
    TupleElement44: BeforeAllRuntimeMigrations,
    TupleElement45: BeforeAllRuntimeMigrations,
    TupleElement46: BeforeAllRuntimeMigrations,
    TupleElement47: BeforeAllRuntimeMigrations,
    TupleElement48: BeforeAllRuntimeMigrations,
    TupleElement49: BeforeAllRuntimeMigrations,
    TupleElement50: BeforeAllRuntimeMigrations,
    TupleElement51: BeforeAllRuntimeMigrations,
    TupleElement52: BeforeAllRuntimeMigrations,
    TupleElement53: BeforeAllRuntimeMigrations,
    TupleElement54: BeforeAllRuntimeMigrations,
    TupleElement55: BeforeAllRuntimeMigrations,
    TupleElement56: BeforeAllRuntimeMigrations,
    TupleElement57: BeforeAllRuntimeMigrations,
    TupleElement58: BeforeAllRuntimeMigrations,
    TupleElement59: BeforeAllRuntimeMigrations,
    TupleElement60: BeforeAllRuntimeMigrations,
    TupleElement61: BeforeAllRuntimeMigrations,
    TupleElement62: BeforeAllRuntimeMigrations,
    TupleElement63: BeforeAllRuntimeMigrations,
    TupleElement64: BeforeAllRuntimeMigrations,
    TupleElement65: BeforeAllRuntimeMigrations,
    TupleElement66: BeforeAllRuntimeMigrations,
    TupleElement67: BeforeAllRuntimeMigrations,
    TupleElement68: BeforeAllRuntimeMigrations,
    TupleElement69: BeforeAllRuntimeMigrations,
    TupleElement70: BeforeAllRuntimeMigrations,
    TupleElement71: BeforeAllRuntimeMigrations,
    TupleElement72: BeforeAllRuntimeMigrations,
    TupleElement73: BeforeAllRuntimeMigrations,
    TupleElement74: BeforeAllRuntimeMigrations,
    TupleElement75: BeforeAllRuntimeMigrations,
    TupleElement76: BeforeAllRuntimeMigrations,
    TupleElement77: BeforeAllRuntimeMigrations,
    TupleElement78: BeforeAllRuntimeMigrations,
    TupleElement79: BeforeAllRuntimeMigrations,
    TupleElement80: BeforeAllRuntimeMigrations,
    TupleElement81: BeforeAllRuntimeMigrations,
    TupleElement82: BeforeAllRuntimeMigrations,
    TupleElement83: BeforeAllRuntimeMigrations,
    TupleElement84: BeforeAllRuntimeMigrations,
    TupleElement85: BeforeAllRuntimeMigrations,
    TupleElement86: BeforeAllRuntimeMigrations,
    TupleElement87: BeforeAllRuntimeMigrations,
    TupleElement88: BeforeAllRuntimeMigrations,
    TupleElement89: BeforeAllRuntimeMigrations,
    TupleElement90: BeforeAllRuntimeMigrations,
    TupleElement91: BeforeAllRuntimeMigrations,
    TupleElement92: BeforeAllRuntimeMigrations,
    TupleElement93: BeforeAllRuntimeMigrations,
    TupleElement94: BeforeAllRuntimeMigrations,
    TupleElement95: BeforeAllRuntimeMigrations,
    TupleElement96: BeforeAllRuntimeMigrations,
    TupleElement97: BeforeAllRuntimeMigrations,
    TupleElement98: BeforeAllRuntimeMigrations,
    TupleElement99: BeforeAllRuntimeMigrations,
    TupleElement100: BeforeAllRuntimeMigrations,
    TupleElement101: BeforeAllRuntimeMigrations,
    TupleElement102: BeforeAllRuntimeMigrations,
    TupleElement103: BeforeAllRuntimeMigrations,
    TupleElement104: BeforeAllRuntimeMigrations,
    TupleElement105: BeforeAllRuntimeMigrations,
    TupleElement106: BeforeAllRuntimeMigrations,
    TupleElement107: BeforeAllRuntimeMigrations,
    TupleElement108: BeforeAllRuntimeMigrations,
    TupleElement109: BeforeAllRuntimeMigrations,
    TupleElement110: BeforeAllRuntimeMigrations,
    TupleElement111: BeforeAllRuntimeMigrations,
    TupleElement112: BeforeAllRuntimeMigrations,
    TupleElement113: BeforeAllRuntimeMigrations,
    TupleElement114: BeforeAllRuntimeMigrations,
    TupleElement115: BeforeAllRuntimeMigrations,
    TupleElement116: BeforeAllRuntimeMigrations,
    TupleElement117: BeforeAllRuntimeMigrations,
    TupleElement118: BeforeAllRuntimeMigrations,
    TupleElement119: BeforeAllRuntimeMigrations,
    TupleElement120: BeforeAllRuntimeMigrations,
    TupleElement121: BeforeAllRuntimeMigrations,
    TupleElement122: BeforeAllRuntimeMigrations,
    TupleElement123: BeforeAllRuntimeMigrations,
    TupleElement124: BeforeAllRuntimeMigrations,
    TupleElement125: BeforeAllRuntimeMigrations,
    TupleElement126: BeforeAllRuntimeMigrations,
    TupleElement127: BeforeAllRuntimeMigrations,
§fn before_all_runtime_migrations() -> Weight
 
fn before_all_runtime_migrations() -> Weight
Implements the default behavior of
BeforeAllRuntimeMigrations::before_all_runtime_migrations for tuples.