pub struct MigrationFiles<'a, S> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a, S: Clone> Clone for MigrationFiles<'a, S>
 
impl<'a, S: Clone> Clone for MigrationFiles<'a, S>
Source§fn clone(&self) -> MigrationFiles<'a, S>
 
fn clone(&self) -> MigrationFiles<'a, S>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl<S> CreateNewMigration for MigrationFiles<'_, S>where
    S: GetFilename,
 
impl<S> CreateNewMigration for MigrationFiles<'_, S>where
    S: GetFilename,
fn create_new_migration( &self, new_migration: NewMigration, ) -> Result<Migration, Error>
Source§impl<'a, S: Debug> Debug for MigrationFiles<'a, S>
 
impl<'a, S: Debug> Debug for MigrationFiles<'a, S>
Source§impl<'a, S: PartialEq> PartialEq for MigrationFiles<'a, S>
 
impl<'a, S: PartialEq> PartialEq for MigrationFiles<'a, S>
impl<'a, S: Copy> Copy for MigrationFiles<'a, S>
impl<'a, S: Eq> Eq for MigrationFiles<'a, S>
impl<'a, S> StructuralPartialEq for MigrationFiles<'a, S>
Auto Trait Implementations§
impl<'a, S> Freeze for MigrationFiles<'a, S>where
    S: Freeze,
impl<'a, S> RefUnwindSafe for MigrationFiles<'a, S>where
    S: RefUnwindSafe,
impl<'a, S> Send for MigrationFiles<'a, S>where
    S: Send,
impl<'a, S> Sync for MigrationFiles<'a, S>where
    S: Sync,
impl<'a, S> Unpin for MigrationFiles<'a, S>where
    S: Unpin,
impl<'a, S> UnwindSafe for MigrationFiles<'a, S>where
    S: UnwindSafe,
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.