pub struct AddPullRequestReviewCommentInput;
Trait Implementations§
impl HasInputField<body, Option<String>> for AddPullRequestReviewCommentInput
impl HasInputField<clientMutationId, Option<String>> for AddPullRequestReviewCommentInput
impl HasInputField<commitOID, Option<GitObjectID>> for AddPullRequestReviewCommentInput
impl HasInputField<inReplyTo, Option<Id>> for AddPullRequestReviewCommentInput
impl HasInputField<path, Option<String>> for AddPullRequestReviewCommentInput
impl HasInputField<position, Option<i32>> for AddPullRequestReviewCommentInput
impl HasInputField<pullRequestId, Option<Id>> for AddPullRequestReviewCommentInput
impl HasInputField<pullRequestReviewId, Option<Id>> for AddPullRequestReviewCommentInput
impl InputObjectMarker for AddPullRequestReviewCommentInput
Auto Trait Implementations§
impl Freeze for AddPullRequestReviewCommentInput
impl RefUnwindSafe for AddPullRequestReviewCommentInput
impl Send for AddPullRequestReviewCommentInput
impl Sync for AddPullRequestReviewCommentInput
impl Unpin for AddPullRequestReviewCommentInput
impl UnwindSafe for AddPullRequestReviewCommentInput
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