pub struct MigrationsDashboard;
Trait Implementations§
Source§impl Field for MigrationsDashboard
impl Field for MigrationsDashboard
Source§impl HasField<MigrationsDashboard> for Query
impl HasField<MigrationsDashboard> for Query
Source§type Type = Option<MigrationsDashboardData>
type Type = Option<MigrationsDashboardData>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for MigrationsDashboard
impl RefUnwindSafe for MigrationsDashboard
impl Send for MigrationsDashboard
impl Sync for MigrationsDashboard
impl Unpin for MigrationsDashboard
impl UnwindSafe for MigrationsDashboard
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