pub struct deletePullRequestReview;
Trait Implementations§
Source§impl Field for deletePullRequestReview
impl Field for deletePullRequestReview
Source§impl HasArgument<input> for deletePullRequestReview
impl HasArgument<input> for deletePullRequestReview
Source§type ArgumentType = DeletePullRequestReviewInput
type ArgumentType = DeletePullRequestReviewInput
The schema marker type of this argument.
Source§impl HasField<deletePullRequestReview> for Mutation
impl HasField<deletePullRequestReview> for Mutation
Source§type Type = Option<DeletePullRequestReviewPayload>
type Type = Option<DeletePullRequestReviewPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for deletePullRequestReview
impl RefUnwindSafe for deletePullRequestReview
impl Send for deletePullRequestReview
impl Sync for deletePullRequestReview
impl Unpin for deletePullRequestReview
impl UnwindSafe for deletePullRequestReview
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