Struct gerritlib::entities::ProblemInfo
[−]
[src]
pub struct ProblemInfo {
pub message: String,
pub status: Option<String>,
pub outcome: Option<String>,
}Fields
message: String
status: Option<String>
outcome: Option<String>
Trait Implementations
impl Debug for ProblemInfo[src]
impl Clone for ProblemInfo[src]
fn clone(&self) -> ProblemInfo
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