Struct octx::issues::IssueRec[][src]

pub struct IssueRec {
Show 28 fields pub id: i64, pub node_id: String, pub url: Url, pub repository_url: Url, pub labels_url: Url, pub comments_url: Url, pub events_url: Url, pub html_url: Url, pub number: i64, pub state: String, pub title: String, pub body: Option<String>, pub body_text: Option<String>, pub body_html: Option<String>, pub user_id: i64, pub labels: String, pub assignee_id: Option<i64>, pub assignees: String, pub author_association: String, pub milestone: Option<String>, pub locked: bool, pub active_lock_reason: Option<String>, pub comments: u32, pub pull_request: Option<Url>, pub closed_at: Option<DateTime<Utc>>, pub created_at: DateTime<Utc>, pub updated_at: DateTime<Utc>, pub sdc_repository: String,
}

Fields

id: i64node_id: Stringurl: Urlrepository_url: Urllabels_url: Urlcomments_url: Urlevents_url: Urlhtml_url: Urlnumber: i64state: Stringtitle: Stringbody: Option<String>body_text: Option<String>body_html: Option<String>user_id: i64labels: Stringassignee_id: Option<i64>assignees: Stringauthor_association: Stringmilestone: Option<String>locked: boolactive_lock_reason: Option<String>comments: u32pull_request: Option<Url>closed_at: Option<DateTime<Utc>>created_at: DateTime<Utc>updated_at: DateTime<Utc>sdc_repository: String

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

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

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 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.