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