Struct diesel_migrations::MigrationName [−][src]
pub struct MigrationName<'a> { pub migration: &'a (dyn Migration + 'a), }
Fields
migration: &'a (dyn Migration + 'a)
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for MigrationName<'a>
impl<'a> !Send for MigrationName<'a>
impl<'a> !Sync for MigrationName<'a>
impl<'a> Unpin for MigrationName<'a>
impl<'a> !UnwindSafe for MigrationName<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an expression for Diesel’s query builder. Read more
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>,
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>,
Convert &self
to an expression for Diesel’s query builder. Read more