Struct migrate_core::MigrationsDisplayBuilder [−][src]
pub struct MigrationsDisplayBuilder<'a>(_);
Expand description
Contains configuration information to render the PlanBuilder
Implementations
Finish configuring how PlanBuilder should be rendered
Auto Trait Implementations
impl<'a> !RefUnwindSafe for MigrationsDisplayBuilder<'a>
impl<'a> !Send for MigrationsDisplayBuilder<'a>
impl<'a> !Sync for MigrationsDisplayBuilder<'a>
impl<'a> Unpin for MigrationsDisplayBuilder<'a>
impl<'a> !UnwindSafe for MigrationsDisplayBuilder<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more