Struct gerritlib::entities::ChangeMessageInfo [] [src]

pub struct ChangeMessageInfo {
    pub id: String,
    pub author: Option<AccountInfo>,
    pub date: String,
    pub message: String,
    pub tag: Option<String>,
    pub _revision_number: Option<u16>,
}

Fields

Trait Implementations

impl Debug for ChangeMessageInfo
[src]

Formats the value using the given formatter.

impl Clone for ChangeMessageInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more