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