Struct gerritlib::entities::ProblemInfo [] [src]

pub struct ProblemInfo {
    pub message: String,
    pub status: Option<String>,
    pub outcome: Option<String>,
}

Fields

Trait Implementations

impl Debug for ProblemInfo
[src]

Formats the value using the given formatter.

impl Clone for ProblemInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more