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