Struct gerritlib::entities::ActionInfo [] [src]

pub struct ActionInfo {
    pub method: Option<String>,
    pub label: Option<String>,
    pub title: Option<String>,
    pub enabled: Option<String>,
}

Fields

Trait Implementations

impl Debug for ActionInfo
[src]

Formats the value using the given formatter.

impl Clone for ActionInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more