Struct goji::Changelog[][src]

pub struct Changelog {
    pub histories: Vec<History>,
}

Fields

Trait Implementations

impl Debug for Changelog
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Changelog

impl Sync for Changelog