pub enum DiffTarget {
Database(String),
}Expand description
Target to compare the current schema against.
Variants§
Auto Trait Implementations§
impl Freeze for DiffTarget
impl RefUnwindSafe for DiffTarget
impl Send for DiffTarget
impl Sync for DiffTarget
impl Unpin for DiffTarget
impl UnsafeUnpin for DiffTarget
impl UnwindSafe for DiffTarget
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