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