Struct goji::Version[][src]

pub struct Version {
    pub archived: bool,
    pub id: String,
    pub name: String,
    pub released: bool,
    pub self_link: String,
}

Fields

Trait Implementations

impl Debug for Version
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Version

impl Sync for Version