Struct goji::IssueType [] [src]

pub struct IssueType {
    pub description: String,
    pub icon_url: String,
    pub id: String,
    pub name: String,
    pub self_link: String,
    pub subtask: bool,
}

Fields

Trait Implementations

impl Debug for IssueType
[src]

Formats the value using the given formatter.