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
method: Option<String>
label: Option<String>
title: Option<String>
enabled: Option<String>
Trait Implementations
impl Debug for ActionInfo
[src]
impl Clone for ActionInfo
[src]
fn clone(&self) -> ActionInfo
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