pub struct UpdatePullRequestReviewCommentPayload;
Trait Implementations§
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 UpdatePullRequestReviewCommentPayload
impl RefUnwindSafe for UpdatePullRequestReviewCommentPayload
impl Send for UpdatePullRequestReviewCommentPayload
impl Sync for UpdatePullRequestReviewCommentPayload
impl Unpin for UpdatePullRequestReviewCommentPayload
impl UnwindSafe for UpdatePullRequestReviewCommentPayload
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