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