pub struct MigrationId { /* private fields */ }
Expand description
Name/version derived from the migration source filename.
Implementations§
Trait Implementations§
Source§impl Clone for MigrationId
impl Clone for MigrationId
Source§fn clone(&self) -> MigrationId
fn clone(&self) -> MigrationId
Returns a copy 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 Debug for MigrationId
impl Debug for MigrationId
Auto Trait Implementations§
impl Freeze for MigrationId
impl RefUnwindSafe for MigrationId
impl Send for MigrationId
impl Sync for MigrationId
impl Unpin for MigrationId
impl UnwindSafe for MigrationId
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