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