Struct sqlx_migrate::MigratorOptions
source · pub struct MigratorOptions {
pub verify_checksums: bool,
pub verify_names: bool,
}
Expand description
Options for a Migrator
.
Fields§
§verify_checksums: bool
Whether to check applied migration checksums.
verify_names: bool
Whether to check applied migration names.
Trait Implementations§
source§impl Debug for MigratorOptions
impl Debug for MigratorOptions
Auto Trait Implementations§
impl RefUnwindSafe for MigratorOptions
impl Send for MigratorOptions
impl Sync for MigratorOptions
impl Unpin for MigratorOptions
impl UnwindSafe for MigratorOptions
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