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