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