pub struct PlanQueries {
pub action: MigrationAction,
pub postgres: Vec<BuiltQuery>,
pub mysql: Vec<BuiltQuery>,
pub sqlite: Vec<BuiltQuery>,
}Fields§
§action: MigrationAction§postgres: Vec<BuiltQuery>§mysql: Vec<BuiltQuery>§sqlite: Vec<BuiltQuery>Auto Trait Implementations§
impl Freeze for PlanQueries
impl !RefUnwindSafe for PlanQueries
impl !Send for PlanQueries
impl !Sync for PlanQueries
impl Unpin for PlanQueries
impl UnsafeUnpin for PlanQueries
impl !UnwindSafe for PlanQueries
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