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