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