pub enum DebugResults {
TablesIdentical(String),
SkippedDropTable(String),
}
Variants§
Implementations§
Source§impl DebugResults
impl DebugResults
pub fn table_name(&self) -> &str
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugResults
impl RefUnwindSafe for DebugResults
impl Send for DebugResults
impl Sync for DebugResults
impl Unpin for DebugResults
impl UnwindSafe for DebugResults
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