pub struct MigrationList {
pub version: Version,
pub migrations: &'static [&'static dyn Migration],
}
Fields§
§version: Version
§migrations: &'static [&'static dyn Migration]
Implementations§
Auto Trait Implementations§
impl Freeze for MigrationList
impl !RefUnwindSafe for MigrationList
impl !Send for MigrationList
impl !Sync for MigrationList
impl Unpin for MigrationList
impl !UnwindSafe for MigrationList
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