Enum mongodb_migrator::migrator::Migrator
source · [−]pub enum Migrator {
DefaultMigrator,
WithConnection(WithConnection),
WithConnectionAndMigrationsVec,
}Variants
DefaultMigrator
WithConnection(WithConnection)
WithConnectionAndMigrationsVec
Auto Trait Implementations
impl !RefUnwindSafe for Migrator
impl Send for Migrator
impl Sync for Migrator
impl Unpin for Migrator
impl !UnwindSafe for Migrator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more