pub struct enqueuePullRequest;
Trait Implementations§
Source§impl Field for enqueuePullRequest
impl Field for enqueuePullRequest
Source§impl HasArgument<input> for enqueuePullRequest
impl HasArgument<input> for enqueuePullRequest
Source§type ArgumentType = EnqueuePullRequestInput
type ArgumentType = EnqueuePullRequestInput
The schema marker type of this argument.
Source§impl HasField<enqueuePullRequest> for Mutation
impl HasField<enqueuePullRequest> for Mutation
Source§type Type = Option<EnqueuePullRequestPayload>
type Type = Option<EnqueuePullRequestPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for enqueuePullRequest
impl RefUnwindSafe for enqueuePullRequest
impl Send for enqueuePullRequest
impl Sync for enqueuePullRequest
impl Unpin for enqueuePullRequest
impl UnwindSafe for enqueuePullRequest
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