Struct degen_sql::db::postgres::models::migrations_model::MigrationsModel
source · pub struct MigrationsModel {}Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MigrationsModel
impl Send for MigrationsModel
impl Sync for MigrationsModel
impl Unpin 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