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