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