pub struct migrations;
Trait Implementations§
Source§impl Field for migrations
impl Field for migrations
Source§impl HasField<migrations> for MigrationsDashboardData
impl HasField<migrations> for MigrationsDashboardData
Auto Trait Implementations§
impl Freeze for migrations
impl RefUnwindSafe for migrations
impl Send for migrations
impl Sync for migrations
impl Unpin for migrations
impl UnwindSafe for migrations
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