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