pub struct PullRequestReviewCommentDeletedEventPullRequest<'a> {Show 36 fields
pub url: &'a str,
pub id: usize,
pub node_id: &'a str,
pub html_url: &'a str,
pub diff_url: &'a str,
pub patch_url: &'a str,
pub issue_url: &'a str,
pub number: usize,
pub state: PullRequestReviewCommentDeletedEventPullRequestState,
pub locked: bool,
pub title: &'a str,
pub user: User<'a>,
pub body: Option<&'a str>,
pub created_at: &'a str,
pub updated_at: &'a str,
pub closed_at: Option<&'a str>,
pub merged_at: Option<&'a str>,
pub merge_commit_sha: Option<&'a str>,
pub assignee: Option<User<'a>>,
pub assignees: Vec<User<'a>>,
pub requested_reviewers: Vec<PullRequestReviewCommentDeletedEventPullRequestRequestedReviewersUnion<'a>>,
pub requested_teams: Vec<Team<'a>>,
pub labels: Vec<Label<'a>>,
pub milestone: Option<Milestone<'a>>,
pub draft: Option<bool>,
pub commits_url: &'a str,
pub review_comments_url: &'a str,
pub review_comment_url: &'a str,
pub comments_url: &'a str,
pub statuses_url: &'a str,
pub head: PullRequestReviewCommentDeletedEventPullRequestHead<'a>,
pub base: PullRequestReviewCommentDeletedEventPullRequestBase<'a>,
pub _links: PullRequestReviewCommentDeletedEventPullRequestLinks<'a>,
pub auto_merge: Option<PullRequestAutoMerge<'a>>,
pub author_association: AuthorAssociation,
pub active_lock_reason: Option<PullRequestReviewCommentDeletedEventPullRequestActiveLockReason>,
}Fields§
§url: &'a str§id: usize§node_id: &'a str§html_url: &'a str§diff_url: &'a str§patch_url: &'a str§issue_url: &'a str§number: usize§state: PullRequestReviewCommentDeletedEventPullRequestState§locked: bool§title: &'a str§user: User<'a>§body: Option<&'a str>§created_at: &'a str§updated_at: &'a str§closed_at: Option<&'a str>§merged_at: Option<&'a str>§merge_commit_sha: Option<&'a str>§assignee: Option<User<'a>>§assignees: Vec<User<'a>>§requested_reviewers: Vec<PullRequestReviewCommentDeletedEventPullRequestRequestedReviewersUnion<'a>>§requested_teams: Vec<Team<'a>>§labels: Vec<Label<'a>>§milestone: Option<Milestone<'a>>§draft: Option<bool>§commits_url: &'a str§review_comments_url: &'a str§review_comment_url: &'a str§comments_url: &'a str§statuses_url: &'a str§head: PullRequestReviewCommentDeletedEventPullRequestHead<'a>§base: PullRequestReviewCommentDeletedEventPullRequestBase<'a>§_links: PullRequestReviewCommentDeletedEventPullRequestLinks<'a>§auto_merge: Option<PullRequestAutoMerge<'a>>§active_lock_reason: Option<PullRequestReviewCommentDeletedEventPullRequestActiveLockReason>Trait Implementations§
source§impl<'a> Debug for PullRequestReviewCommentDeletedEventPullRequest<'a>
impl<'a> Debug for PullRequestReviewCommentDeletedEventPullRequest<'a>
source§impl<'de: 'a, 'a> Deserialize<'de> for PullRequestReviewCommentDeletedEventPullRequest<'a>
impl<'de: 'a, 'a> Deserialize<'de> for PullRequestReviewCommentDeletedEventPullRequest<'a>
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl<'a> RefUnwindSafe for PullRequestReviewCommentDeletedEventPullRequest<'a>
impl<'a> Send for PullRequestReviewCommentDeletedEventPullRequest<'a>
impl<'a> Sync for PullRequestReviewCommentDeletedEventPullRequest<'a>
impl<'a> Unpin for PullRequestReviewCommentDeletedEventPullRequest<'a>
impl<'a> UnwindSafe for PullRequestReviewCommentDeletedEventPullRequest<'a>
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