pub struct MigrationCursor { /* private fields */ }Expand description
MigrationCursor
Explicit migration resume cursor. This cursor tracks the next step index to execute in one migration plan. The migration runtime persists this cursor durably between executions.
Implementations§
Trait Implementations§
Source§impl Clone for MigrationCursor
impl Clone for MigrationCursor
Source§fn clone(&self) -> MigrationCursor
fn clone(&self) -> MigrationCursor
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 Debug for MigrationCursor
impl Debug for MigrationCursor
Source§impl Default for MigrationCursor
impl Default for MigrationCursor
Source§fn default() -> MigrationCursor
fn default() -> MigrationCursor
Returns the “default value” for a type. Read more
Source§impl PartialEq for MigrationCursor
impl PartialEq for MigrationCursor
impl Copy for MigrationCursor
impl Eq for MigrationCursor
impl StructuralPartialEq for MigrationCursor
Auto Trait Implementations§
impl Freeze for MigrationCursor
impl RefUnwindSafe for MigrationCursor
impl Send for MigrationCursor
impl Sync for MigrationCursor
impl Unpin for MigrationCursor
impl UnsafeUnpin for MigrationCursor
impl UnwindSafe for MigrationCursor
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