Struct goji::issues::Fields[][src]

pub struct Fields {
    pub assignee: Assignee,
    pub components: Vec<Component>,
    pub description: String,
    pub environment: String,
    pub issuetype: IssueType,
    pub priority: Priority,
    pub project: Project,
    pub reporter: Assignee,
    pub summary: String,
}

Fields

Trait Implementations

impl Debug for Fields
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Fields

impl Sync for Fields