Struct tdo_core::todo::GitHub [] [src]

pub struct GitHub {
    pub repo: String,
    pub issue_number: u32,
}

Data Structure for a represented Github issue in an todo.

Fields

Name of the repository (owner/repo).

Number of the issue.

Methods

impl GitHub
[src]

Constructor. Creates a new GitHub item.

Trait Implementations

impl Debug for GitHub
[src]

Formats the value using the given formatter.

impl Clone for GitHub
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more