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