pub struct MigrationReport {
pub components: Vec<ComponentResult>,
}Fields§
§components: Vec<ComponentResult>Implementations§
Source§impl MigrationReport
impl MigrationReport
pub fn has_failures(&self) -> bool
pub fn has_drift(&self) -> bool
pub fn log_to_tracing(&self)
Trait Implementations§
Source§impl Debug for MigrationReport
impl Debug for MigrationReport
Source§impl Default for MigrationReport
impl Default for MigrationReport
Source§fn default() -> MigrationReport
fn default() -> MigrationReport
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for MigrationReport
impl !UnwindSafe for MigrationReport
impl Freeze for MigrationReport
impl Send for MigrationReport
impl Sync for MigrationReport
impl Unpin for MigrationReport
impl UnsafeUnpin for MigrationReport
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