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