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