pub struct DeletePullRequestReviewCommentPayload;Trait Implementations§
Source§impl HasField<pullRequestReview> for DeletePullRequestReviewCommentPayload
impl HasField<pullRequestReview> for DeletePullRequestReviewCommentPayload
Source§type Type = Option<PullRequestReview>
type Type = Option<PullRequestReview>
The schema marker type of this field.
Source§impl HasField<pullRequestReviewComment> for DeletePullRequestReviewCommentPayload
impl HasField<pullRequestReviewComment> for DeletePullRequestReviewCommentPayload
Source§type Type = Option<PullRequestReviewComment>
type Type = Option<PullRequestReviewComment>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for DeletePullRequestReviewCommentPayload
impl RefUnwindSafe for DeletePullRequestReviewCommentPayload
impl Send for DeletePullRequestReviewCommentPayload
impl Sync for DeletePullRequestReviewCommentPayload
impl Unpin for DeletePullRequestReviewCommentPayload
impl UnwindSafe for DeletePullRequestReviewCommentPayload
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