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