pub struct MigrationId {
pub id: u32,
pub slug: String,
pub dirname: String,
}Fields§
§id: u32§slug: String§dirname: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MigrationId
impl RefUnwindSafe for MigrationId
impl Send for MigrationId
impl Sync for MigrationId
impl Unpin for MigrationId
impl UnwindSafe for MigrationId
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