pub struct CreateMigrationSourcePayload;
Trait Implementations§
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 CreateMigrationSourcePayload
impl RefUnwindSafe for CreateMigrationSourcePayload
impl Send for CreateMigrationSourcePayload
impl Sync for CreateMigrationSourcePayload
impl Unpin for CreateMigrationSourcePayload
impl UnwindSafe for CreateMigrationSourcePayload
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