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
id: String
date: String
message: String
tag: Option<String>
_revision_number: Option<u16>
Trait Implementations
impl Debug for ChangeMessageInfo
[src]
impl Clone for ChangeMessageInfo
[src]
fn clone(&self) -> ChangeMessageInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more