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