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§

source

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl BeforeAllRuntimeMigrations for ()

source§

impl<TupleElement0: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0,)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations, TupleElement122: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations, TupleElement122: BeforeAllRuntimeMigrations, TupleElement123: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations, TupleElement122: BeforeAllRuntimeMigrations, TupleElement123: BeforeAllRuntimeMigrations, TupleElement124: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations, TupleElement122: BeforeAllRuntimeMigrations, TupleElement123: BeforeAllRuntimeMigrations, TupleElement124: BeforeAllRuntimeMigrations, TupleElement125: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations, TupleElement122: BeforeAllRuntimeMigrations, TupleElement123: BeforeAllRuntimeMigrations, TupleElement124: BeforeAllRuntimeMigrations, TupleElement125: BeforeAllRuntimeMigrations, TupleElement126: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125, TupleElement126)

source§

impl<TupleElement0: BeforeAllRuntimeMigrations, TupleElement1: BeforeAllRuntimeMigrations, TupleElement2: BeforeAllRuntimeMigrations, TupleElement3: BeforeAllRuntimeMigrations, TupleElement4: BeforeAllRuntimeMigrations, TupleElement5: BeforeAllRuntimeMigrations, TupleElement6: BeforeAllRuntimeMigrations, TupleElement7: BeforeAllRuntimeMigrations, TupleElement8: BeforeAllRuntimeMigrations, TupleElement9: BeforeAllRuntimeMigrations, TupleElement10: BeforeAllRuntimeMigrations, TupleElement11: BeforeAllRuntimeMigrations, TupleElement12: BeforeAllRuntimeMigrations, TupleElement13: BeforeAllRuntimeMigrations, TupleElement14: BeforeAllRuntimeMigrations, TupleElement15: BeforeAllRuntimeMigrations, TupleElement16: BeforeAllRuntimeMigrations, TupleElement17: BeforeAllRuntimeMigrations, TupleElement18: BeforeAllRuntimeMigrations, TupleElement19: BeforeAllRuntimeMigrations, TupleElement20: BeforeAllRuntimeMigrations, TupleElement21: BeforeAllRuntimeMigrations, TupleElement22: BeforeAllRuntimeMigrations, TupleElement23: BeforeAllRuntimeMigrations, TupleElement24: BeforeAllRuntimeMigrations, TupleElement25: BeforeAllRuntimeMigrations, TupleElement26: BeforeAllRuntimeMigrations, TupleElement27: BeforeAllRuntimeMigrations, TupleElement28: BeforeAllRuntimeMigrations, TupleElement29: BeforeAllRuntimeMigrations, TupleElement30: BeforeAllRuntimeMigrations, TupleElement31: BeforeAllRuntimeMigrations, TupleElement32: BeforeAllRuntimeMigrations, TupleElement33: BeforeAllRuntimeMigrations, TupleElement34: BeforeAllRuntimeMigrations, TupleElement35: BeforeAllRuntimeMigrations, TupleElement36: BeforeAllRuntimeMigrations, TupleElement37: BeforeAllRuntimeMigrations, TupleElement38: BeforeAllRuntimeMigrations, TupleElement39: BeforeAllRuntimeMigrations, TupleElement40: BeforeAllRuntimeMigrations, TupleElement41: BeforeAllRuntimeMigrations, TupleElement42: BeforeAllRuntimeMigrations, TupleElement43: BeforeAllRuntimeMigrations, TupleElement44: BeforeAllRuntimeMigrations, TupleElement45: BeforeAllRuntimeMigrations, TupleElement46: BeforeAllRuntimeMigrations, TupleElement47: BeforeAllRuntimeMigrations, TupleElement48: BeforeAllRuntimeMigrations, TupleElement49: BeforeAllRuntimeMigrations, TupleElement50: BeforeAllRuntimeMigrations, TupleElement51: BeforeAllRuntimeMigrations, TupleElement52: BeforeAllRuntimeMigrations, TupleElement53: BeforeAllRuntimeMigrations, TupleElement54: BeforeAllRuntimeMigrations, TupleElement55: BeforeAllRuntimeMigrations, TupleElement56: BeforeAllRuntimeMigrations, TupleElement57: BeforeAllRuntimeMigrations, TupleElement58: BeforeAllRuntimeMigrations, TupleElement59: BeforeAllRuntimeMigrations, TupleElement60: BeforeAllRuntimeMigrations, TupleElement61: BeforeAllRuntimeMigrations, TupleElement62: BeforeAllRuntimeMigrations, TupleElement63: BeforeAllRuntimeMigrations, TupleElement64: BeforeAllRuntimeMigrations, TupleElement65: BeforeAllRuntimeMigrations, TupleElement66: BeforeAllRuntimeMigrations, TupleElement67: BeforeAllRuntimeMigrations, TupleElement68: BeforeAllRuntimeMigrations, TupleElement69: BeforeAllRuntimeMigrations, TupleElement70: BeforeAllRuntimeMigrations, TupleElement71: BeforeAllRuntimeMigrations, TupleElement72: BeforeAllRuntimeMigrations, TupleElement73: BeforeAllRuntimeMigrations, TupleElement74: BeforeAllRuntimeMigrations, TupleElement75: BeforeAllRuntimeMigrations, TupleElement76: BeforeAllRuntimeMigrations, TupleElement77: BeforeAllRuntimeMigrations, TupleElement78: BeforeAllRuntimeMigrations, TupleElement79: BeforeAllRuntimeMigrations, TupleElement80: BeforeAllRuntimeMigrations, TupleElement81: BeforeAllRuntimeMigrations, TupleElement82: BeforeAllRuntimeMigrations, TupleElement83: BeforeAllRuntimeMigrations, TupleElement84: BeforeAllRuntimeMigrations, TupleElement85: BeforeAllRuntimeMigrations, TupleElement86: BeforeAllRuntimeMigrations, TupleElement87: BeforeAllRuntimeMigrations, TupleElement88: BeforeAllRuntimeMigrations, TupleElement89: BeforeAllRuntimeMigrations, TupleElement90: BeforeAllRuntimeMigrations, TupleElement91: BeforeAllRuntimeMigrations, TupleElement92: BeforeAllRuntimeMigrations, TupleElement93: BeforeAllRuntimeMigrations, TupleElement94: BeforeAllRuntimeMigrations, TupleElement95: BeforeAllRuntimeMigrations, TupleElement96: BeforeAllRuntimeMigrations, TupleElement97: BeforeAllRuntimeMigrations, TupleElement98: BeforeAllRuntimeMigrations, TupleElement99: BeforeAllRuntimeMigrations, TupleElement100: BeforeAllRuntimeMigrations, TupleElement101: BeforeAllRuntimeMigrations, TupleElement102: BeforeAllRuntimeMigrations, TupleElement103: BeforeAllRuntimeMigrations, TupleElement104: BeforeAllRuntimeMigrations, TupleElement105: BeforeAllRuntimeMigrations, TupleElement106: BeforeAllRuntimeMigrations, TupleElement107: BeforeAllRuntimeMigrations, TupleElement108: BeforeAllRuntimeMigrations, TupleElement109: BeforeAllRuntimeMigrations, TupleElement110: BeforeAllRuntimeMigrations, TupleElement111: BeforeAllRuntimeMigrations, TupleElement112: BeforeAllRuntimeMigrations, TupleElement113: BeforeAllRuntimeMigrations, TupleElement114: BeforeAllRuntimeMigrations, TupleElement115: BeforeAllRuntimeMigrations, TupleElement116: BeforeAllRuntimeMigrations, TupleElement117: BeforeAllRuntimeMigrations, TupleElement118: BeforeAllRuntimeMigrations, TupleElement119: BeforeAllRuntimeMigrations, TupleElement120: BeforeAllRuntimeMigrations, TupleElement121: BeforeAllRuntimeMigrations, TupleElement122: BeforeAllRuntimeMigrations, TupleElement123: BeforeAllRuntimeMigrations, TupleElement124: BeforeAllRuntimeMigrations, TupleElement125: BeforeAllRuntimeMigrations, TupleElement126: BeforeAllRuntimeMigrations, TupleElement127: BeforeAllRuntimeMigrations> BeforeAllRuntimeMigrations for (TupleElement0, TupleElement1, TupleElement2, TupleElement3, TupleElement4, TupleElement5, TupleElement6, TupleElement7, TupleElement8, TupleElement9, TupleElement10, TupleElement11, TupleElement12, TupleElement13, TupleElement14, TupleElement15, TupleElement16, TupleElement17, TupleElement18, TupleElement19, TupleElement20, TupleElement21, TupleElement22, TupleElement23, TupleElement24, TupleElement25, TupleElement26, TupleElement27, TupleElement28, TupleElement29, TupleElement30, TupleElement31, TupleElement32, TupleElement33, TupleElement34, TupleElement35, TupleElement36, TupleElement37, TupleElement38, TupleElement39, TupleElement40, TupleElement41, TupleElement42, TupleElement43, TupleElement44, TupleElement45, TupleElement46, TupleElement47, TupleElement48, TupleElement49, TupleElement50, TupleElement51, TupleElement52, TupleElement53, TupleElement54, TupleElement55, TupleElement56, TupleElement57, TupleElement58, TupleElement59, TupleElement60, TupleElement61, TupleElement62, TupleElement63, TupleElement64, TupleElement65, TupleElement66, TupleElement67, TupleElement68, TupleElement69, TupleElement70, TupleElement71, TupleElement72, TupleElement73, TupleElement74, TupleElement75, TupleElement76, TupleElement77, TupleElement78, TupleElement79, TupleElement80, TupleElement81, TupleElement82, TupleElement83, TupleElement84, TupleElement85, TupleElement86, TupleElement87, TupleElement88, TupleElement89, TupleElement90, TupleElement91, TupleElement92, TupleElement93, TupleElement94, TupleElement95, TupleElement96, TupleElement97, TupleElement98, TupleElement99, TupleElement100, TupleElement101, TupleElement102, TupleElement103, TupleElement104, TupleElement105, TupleElement106, TupleElement107, TupleElement108, TupleElement109, TupleElement110, TupleElement111, TupleElement112, TupleElement113, TupleElement114, TupleElement115, TupleElement116, TupleElement117, TupleElement118, TupleElement119, TupleElement120, TupleElement121, TupleElement122, TupleElement123, TupleElement124, TupleElement125, TupleElement126, TupleElement127)

Implementors§