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