pub struct Report { /* private fields */ }Expand description
Struct that represents the report of the migration cycle,
a Report instance is returned by the Runner::run and Runner::run_async methods
via Result<Report, Error>, on case of an Error during a migration, you can access the Report with Error.report
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Report
impl RefUnwindSafe for Report
impl Send for Report
impl Sync for Report
impl Unpin for Report
impl UnwindSafe for Report
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