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)

Implementors§