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