Struct hubcaps::issues::Issue

source ·
pub struct Issue {
Show 20 fields pub id: u64, pub url: String, pub labels_url: String, pub comments_url: String, pub events_url: String, pub html_url: String, pub number: u64, pub state: String, pub title: String, pub body: Option<String>, pub user: User, pub labels: Vec<Label>, pub assignee: Option<User>, pub locked: bool, pub comments: u64, pub pull_request: Option<PullRef>, pub closed_at: Option<String>, pub created_at: String, pub updated_at: String, pub assignees: Vec<User>,
}

Fields

id: u64url: Stringlabels_url: Stringcomments_url: Stringevents_url: Stringhtml_url: Stringnumber: u64state: Stringtitle: Stringbody: Option<String>user: Userlabels: Vec<Label>assignee: Option<User>locked: boolcomments: u64pull_request: Option<PullRef>closed_at: Option<String>created_at: Stringupdated_at: Stringassignees: Vec<User>

Trait Implementations

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.