pub struct AddPullRequestReviewInput;
Trait Implementations§
impl HasInputField<body, Option<String>> for AddPullRequestReviewInput
impl HasInputField<clientMutationId, Option<String>> for AddPullRequestReviewInput
impl HasInputField<comments, Option<Vec<Option<DraftPullRequestReviewComment>>>> for AddPullRequestReviewInput
impl HasInputField<commitOID, Option<GitObjectID>> for AddPullRequestReviewInput
impl HasInputField<event, Option<PullRequestReviewEvent>> for AddPullRequestReviewInput
impl HasInputField<pullRequestId, Id> for AddPullRequestReviewInput
impl HasInputField<threads, Option<Vec<Option<DraftPullRequestReviewThread>>>> for AddPullRequestReviewInput
impl InputObjectMarker for AddPullRequestReviewInput
Auto Trait Implementations§
impl Freeze for AddPullRequestReviewInput
impl RefUnwindSafe for AddPullRequestReviewInput
impl Send for AddPullRequestReviewInput
impl Sync for AddPullRequestReviewInput
impl Unpin for AddPullRequestReviewInput
impl UnwindSafe for AddPullRequestReviewInput
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