Struct fire_postgres::migrations::ExecutedMigration
source · pub struct ExecutedMigration { /* private fields */ }
Trait Implementations§
source§impl Debug for ExecutedMigration
impl Debug for ExecutedMigration
source§impl<'r> FromRow<'r> for ExecutedMigration
impl<'r> FromRow<'r> for ExecutedMigration
source§impl NamedColumns for ExecutedMigration
impl NamedColumns for ExecutedMigration
source§fn select_columns() -> &'static str
fn select_columns() -> &'static str
should return something like “id”, “name”, “email”
Auto Trait Implementations§
impl Freeze for ExecutedMigration
impl RefUnwindSafe for ExecutedMigration
impl Send for ExecutedMigration
impl Sync for ExecutedMigration
impl Unpin for ExecutedMigration
impl UnwindSafe for ExecutedMigration
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