Struct mysql_connector::migrator::MigrationList
source · pub struct MigrationList<S: Socket + 'static> {
pub version: Version,
pub migrations: &'static [&'static dyn Migration<S>],
}
Fields§
§version: Version
§migrations: &'static [&'static dyn Migration<S>]
Implementations§
Auto Trait Implementations§
impl<S> Freeze for MigrationList<S>
impl<S> !RefUnwindSafe for MigrationList<S>
impl<S> !Send for MigrationList<S>
impl<S> !Sync for MigrationList<S>
impl<S> Unpin for MigrationList<S>
impl<S> !UnwindSafe for MigrationList<S>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more