Struct goji::issues::Assignee[][src]

pub struct Assignee {
    pub name: String,
}

Fields

Trait Implementations

impl Debug for Assignee
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Assignee

impl Sync for Assignee