pub struct UpdatePullRequestReviewInput;Trait Implementations§
impl HasInputField<body, String> for UpdatePullRequestReviewInput
impl HasInputField<clientMutationId, Option<String>> for UpdatePullRequestReviewInput
impl HasInputField<pullRequestReviewId, Id> for UpdatePullRequestReviewInput
impl InputObjectMarker for UpdatePullRequestReviewInput
Auto Trait Implementations§
impl Freeze for UpdatePullRequestReviewInput
impl RefUnwindSafe for UpdatePullRequestReviewInput
impl Send for UpdatePullRequestReviewInput
impl Sync for UpdatePullRequestReviewInput
impl Unpin for UpdatePullRequestReviewInput
impl UnwindSafe for UpdatePullRequestReviewInput
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