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