pub struct MigrationSourceType {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MigrationSourceType
impl RefUnwindSafe for MigrationSourceType
impl Send for MigrationSourceType
impl Sync for MigrationSourceType
impl Unpin for MigrationSourceType
impl UnwindSafe for MigrationSourceType
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