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