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