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