Struct goji::issues::CreateResponse[][src]

pub struct CreateResponse {
    pub id: String,
    pub key: String,
    pub url: String,
}

Fields

Trait Implementations

impl Debug for CreateResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations