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