pub struct MigrationPath<D> { /* private fields */ }Expand description
A complete migration path from versioned DTOs to a domain model.
Auto Trait Implementations§
impl<D> Freeze for MigrationPath<D>
impl<D> !RefUnwindSafe for MigrationPath<D>
impl<D> !Send for MigrationPath<D>
impl<D> !Sync for MigrationPath<D>
impl<D> Unpin for MigrationPath<D>where
D: Unpin,
impl<D> !UnwindSafe for MigrationPath<D>
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