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