Struct goji::LinkType[][src]

pub struct LinkType {
    pub id: String,
    pub inward: String,
    pub name: String,
    pub outward: String,
    pub self_link: String,
}

represents type of issue relation

Fields

Trait Implementations

impl Debug for LinkType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LinkType

impl Sync for LinkType