pub struct IssueRec {Show 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,
}body: Option<String>body_text: Option<String>body_html: Option<String>
Formats the value using the given formatter. Read more
Serialize this value into the given Serde serializer. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. 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
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
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.