Struct octorust::types::Issue[][src]

pub struct Issue {
Show 32 fields pub active_lock_reason: String, pub assignee: Option<SimpleUser>, pub assignees: Vec<SimpleUser>, pub author_association: AuthorAssociation, pub body: String, pub body_html: String, pub body_text: String, pub closed_at: Option<DateTime<Utc>>, pub closed_by: Option<SimpleUser>, pub comments: i64, pub comments_url: Option<Url>, pub created_at: Option<DateTime<Utc>>, pub events_url: Option<Url>, pub html_url: Option<Url>, pub id: i64, pub labels: Vec<LabelsOneOf>, pub labels_url: String, pub locked: bool, pub milestone: Option<Milestone>, pub node_id: String, pub number: i64, pub performed_via_github_app: Option<GitHubApp>, pub pull_request: Option<PullRequest>, pub reactions: Option<ReactionRollup>, pub repository: Option<Repository>, pub repository_url: Option<Url>, pub state: String, pub timeline_url: Option<Url>, pub title: String, pub updated_at: Option<DateTime<Utc>>, pub url: Option<Url>, pub user: Option<SimpleUser>,
}
Expand description

Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.

Fields

active_lock_reason: Stringassignee: Option<SimpleUser>assignees: Vec<SimpleUser>author_association: AuthorAssociation

How the author is associated with the repository.

body: Stringbody_html: Stringbody_text: Stringclosed_at: Option<DateTime<Utc>>closed_by: Option<SimpleUser>comments: i64comments_url: Option<Url>created_at: Option<DateTime<Utc>>events_url: Option<Url>html_url: Option<Url>id: i64labels: Vec<LabelsOneOf>

Labels to associate with this issue; pass one or more label names to replace the set of labels on this issue; send an empty array to clear all labels from the issue; note that the labels are silently dropped for users without push access to the repository

labels_url: Stringlocked: boolmilestone: Option<Milestone>node_id: Stringnumber: i64performed_via_github_app: Option<GitHubApp>pull_request: Option<PullRequest>

Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.

reactions: Option<ReactionRollup>

Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.

repository: Option<Repository>

Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.

repository_url: Option<Url>state: Stringtimeline_url: Option<Url>

Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.

title: Stringupdated_at: Option<DateTime<Utc>>url: Option<Url>user: Option<SimpleUser>

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

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

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.