pub struct Migrated<'t, T: Migrateable> { /* private fields */ }Expand description
Migrated provides a proof of migration.
This only needs to be provided for tables that are migrated from a previous table.
Auto Trait Implementations§
impl<'t, T> !RefUnwindSafe for Migrated<'t, T>
impl<'t, T> !Send for Migrated<'t, T>
impl<'t, T> !Sync for Migrated<'t, T>
impl<'t, T> !UnwindSafe for Migrated<'t, T>
impl<'t, T> Freeze for Migrated<'t, T>
impl<'t, T> Unpin for Migrated<'t, T>
impl<'t, T> UnsafeUnpin for Migrated<'t, T>
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