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