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