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