pub struct abortQueuedMigrations;Trait Implementations§
Source§impl Field for abortQueuedMigrations
impl Field for abortQueuedMigrations
Source§impl HasArgument<input> for abortQueuedMigrations
impl HasArgument<input> for abortQueuedMigrations
Source§type ArgumentType = AbortQueuedMigrationsInput
type ArgumentType = AbortQueuedMigrationsInput
The schema marker type of this argument.
Source§impl HasField<abortQueuedMigrations> for Mutation
impl HasField<abortQueuedMigrations> for Mutation
Source§type Type = Option<AbortQueuedMigrationsPayload>
type Type = Option<AbortQueuedMigrationsPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for abortQueuedMigrations
impl RefUnwindSafe for abortQueuedMigrations
impl Send for abortQueuedMigrations
impl Sync for abortQueuedMigrations
impl Unpin for abortQueuedMigrations
impl UnwindSafe for abortQueuedMigrations
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