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