Struct libsalmo::meta_table::executions::ExecutedMigration
source · pub struct ExecutedMigration {
pub id: String,
}Fields
id: StringImplementations
Auto Trait Implementations
impl RefUnwindSafe for ExecutedMigration
impl Send for ExecutedMigration
impl Sync for ExecutedMigration
impl Unpin for ExecutedMigration
impl UnwindSafe for ExecutedMigration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more