Struct octorust::types::PullRequestSimple[][src]

pub struct PullRequestSimple {
Show 36 fields pub links: PullRequestSimpleLinks, pub active_lock_reason: String, pub assignee: Option<SimpleUser>, pub assignees: Vec<SimpleUser>, pub author_association: AuthorAssociation, pub auto_merge: Option<AutoMerge>, pub base: Base, pub body: String, pub closed_at: Option<DateTime<Utc>>, pub comments_url: String, pub commits_url: String, pub created_at: Option<DateTime<Utc>>, pub diff_url: String, pub draft: bool, pub head: PullRequestSimpleHead, pub html_url: String, pub id: i64, pub issue_url: String, pub labels: Vec<LabelsData>, pub locked: bool, pub merge_commit_sha: String, pub merged_at: Option<DateTime<Utc>>, pub milestone: Option<Milestone>, pub node_id: String, pub number: i64, pub patch_url: String, pub requested_reviewers: Vec<SimpleUser>, pub requested_teams: Vec<Team>, pub review_comment_url: String, pub review_comments_url: String, pub state: String, pub statuses_url: String, pub title: String, pub updated_at: Option<DateTime<Utc>>, pub url: String, pub user: Option<SimpleUser>,
}
Expand description

Pull Request Simple

Fields

links: PullRequestSimpleLinksactive_lock_reason: Stringassignee: Option<SimpleUser>

Simple User

assignees: Vec<SimpleUser>author_association: AuthorAssociation

How the author is associated with the repository.

auto_merge: Option<AutoMerge>

The status of auto merging a pull request.

base: Basebody: Stringclosed_at: Option<DateTime<Utc>>comments_url: Stringcommits_url: Stringcreated_at: Option<DateTime<Utc>>diff_url: Stringdraft: bool

Pull Request Simple

head: PullRequestSimpleHeadhtml_url: Stringid: i64issue_url: Stringlabels: Vec<LabelsData>locked: boolmerge_commit_sha: Stringmerged_at: Option<DateTime<Utc>>milestone: Option<Milestone>

A collection of related issues and pull requests.

node_id: Stringnumber: i64patch_url: Stringrequested_reviewers: Vec<SimpleUser>requested_teams: Vec<Team>

Pull Request Simple

review_comment_url: Stringreview_comments_url: Stringstate: Stringstatuses_url: Stringtitle: Stringupdated_at: Option<DateTime<Utc>>url: Stringuser: Option<SimpleUser>

Simple User

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

The name of the generated JSON Schema. Read more

Generates a JSON Schema for this type. Read more

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.