Struct goji::History[][src]

pub struct History {
    pub author: User,
    pub created: String,
    pub items: Vec<HistoryItem>,
}

Fields

Trait Implementations

impl Debug for History
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for History

impl Sync for History