pub struct AddPullRequestReviewCommentPayload;
Trait Implementations§
Source§impl HasField<comment> for AddPullRequestReviewCommentPayload
impl HasField<comment> for AddPullRequestReviewCommentPayload
Source§type Type = Option<PullRequestReviewComment>
type Type = Option<PullRequestReviewComment>
The schema marker type of this field.
Source§impl HasField<commentEdge> for AddPullRequestReviewCommentPayload
impl HasField<commentEdge> for AddPullRequestReviewCommentPayload
Source§type Type = Option<PullRequestReviewCommentEdge>
type Type = Option<PullRequestReviewCommentEdge>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for AddPullRequestReviewCommentPayload
impl RefUnwindSafe for AddPullRequestReviewCommentPayload
impl Send for AddPullRequestReviewCommentPayload
impl Sync for AddPullRequestReviewCommentPayload
impl Unpin for AddPullRequestReviewCommentPayload
impl UnwindSafe for AddPullRequestReviewCommentPayload
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