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]

[src]

Formats the value using the given formatter.