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