Struct octorust::types::IssueSimple[][src]

pub struct IssueSimple {
Show 30 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 comments: i64, pub comments_url: String, pub created_at: Option<DateTime<Utc>>, pub events_url: String, pub html_url: String, pub id: i64, pub labels: Vec<Label>, pub labels_url: String, pub locked: bool, pub milestone: Option<Milestone>, pub node_id: String, pub number: i64, pub performed_via_github_app: Option<Integration>, pub pull_request: Option<PullRequest>, pub repository: Option<Repository>, pub repository_url: String, pub state: String, pub timeline_url: String, pub title: String, pub updated_at: Option<DateTime<Utc>>, pub url: String, pub user: Option<SimpleUser>,
}
Expand description

Issue Simple

Fields

active_lock_reason: Stringassignee: Option<SimpleUser>

Simple User

assignees: Vec<SimpleUser>author_association: AuthorAssociation

How the author is associated with the repository.

body: Stringbody_html: Stringbody_text: Stringclosed_at: Option<DateTime<Utc>>comments: i64comments_url: Stringcreated_at: Option<DateTime<Utc>>events_url: Stringhtml_url: Stringid: i64labels: Vec<Label>labels_url: Stringlocked: boolmilestone: Option<Milestone>

A collection of related issues and pull requests.

node_id: Stringnumber: i64performed_via_github_app: Option<Integration>

GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.

pull_request: Option<PullRequest>

Issue Simple

repository: Option<Repository>

Issue Simple

repository_url: Stringstate: Stringtimeline_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

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.