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