pub struct SqliteMigrateCtx {
pub errs: Errs,
pub statements: Vec<String>,
/* private fields */
}Fields§
§errs: Errs§statements: Vec<String>Implementations§
Auto Trait Implementations§
impl Freeze for SqliteMigrateCtx
impl !RefUnwindSafe for SqliteMigrateCtx
impl !Send for SqliteMigrateCtx
impl !Sync for SqliteMigrateCtx
impl Unpin for SqliteMigrateCtx
impl UnsafeUnpin for SqliteMigrateCtx
impl !UnwindSafe for SqliteMigrateCtx
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