pub struct Migration {
pub statements: Vec<Statement>,
pub debug_results: Vec<DebugResults>,
}
Fields§
§statements: Vec<Statement>
§debug_results: Vec<DebugResults>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Migration
impl Send for Migration
impl Sync for Migration
impl Unpin for Migration
impl UnwindSafe for Migration
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