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