Struct refinery::Report [−][src]
pub struct Report { /* fields omitted */ }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 RefUnwindSafe for Report
impl UnwindSafe for Report
Blanket Implementations
Mutably borrows from an owned value. Read more
