pub struct Verify { /* private fields */ }Implementations§
Source§impl Verify
impl Verify
pub const fn with_ignore_checksums(self, ignore_checksums: bool) -> Self
pub const fn ignore_checksums(&self) -> bool
pub const fn with_ignore_order(self, ignore_order: bool) -> Self
pub const fn ignore_order(&self) -> bool
Trait Implementations§
Source§impl ListChangedAfterExecution for Verify
impl ListChangedAfterExecution for Verify
fn list_changed_after_execution( &self, defined_migrations: &[ScriptContent], executed_migrations: &IndexMap<NaiveDateTime, Execution>, ) -> Vec<ProblematicMigration>
Source§impl ListOutOfOrder for Verify
impl ListOutOfOrder for Verify
fn list_out_of_order( &self, defined_migrations: &[ScriptContent], executed_migrations: &IndexMap<NaiveDateTime, Execution>, ) -> Vec<ProblematicMigration>
impl Copy for Verify
impl Eq for Verify
impl StructuralPartialEq for Verify
Auto Trait Implementations§
impl Freeze for Verify
impl RefUnwindSafe for Verify
impl Send for Verify
impl Sync for Verify
impl Unpin for Verify
impl UnwindSafe for Verify
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.