Struct tdo_core::todo::GHIssueResponse [] [src]

pub struct GHIssueResponse {
    pub url: String,
    pub number: u32,
    pub state: String,
    pub title: String,
}

Data Structure to parse responses from the Github API.

Fields

Repository URL.

Issue number.

Current state of the Issue.

Title of the Issue.

Trait Implementations

impl Debug for GHIssueResponse
[src]

Formats the value using the given formatter.

impl Clone for GHIssueResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more