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