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