pub struct MigrationSource;
Trait Implementations§
Source§impl HasField<__typename> for MigrationSource
impl HasField<__typename> for MigrationSource
Source§impl HasField<id> for MigrationSource
impl HasField<id> for MigrationSource
Source§impl HasField<name> for MigrationSource
impl HasField<name> for MigrationSource
Source§impl HasField<type> for MigrationSource
impl HasField<type> for MigrationSource
Source§type Type = MigrationSourceType
type Type = MigrationSourceType
The schema marker type of this field.
Source§impl HasField<url> for MigrationSource
impl HasField<url> for MigrationSource
Source§impl NamedType for MigrationSource
impl NamedType for MigrationSource
impl HasSubtype<MigrationSource> for Node
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