pub enum MigrationOutput {
Default,
Directory(PathBuf),
File(PathBuf),
}Variants§
Auto Trait Implementations§
impl Freeze for MigrationOutput
impl RefUnwindSafe for MigrationOutput
impl Send for MigrationOutput
impl Sync for MigrationOutput
impl Unpin for MigrationOutput
impl UnsafeUnpin for MigrationOutput
impl UnwindSafe for MigrationOutput
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