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