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