Enum sqlmo::migrate::DebugResults
source · pub enum DebugResults {
TablesIdentical(String),
}Variants§
Implementations§
source§impl DebugResults
impl DebugResults
pub fn table_name(&self) -> &str
Trait Implementations§
Auto Trait Implementations§
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