Struct assorted_debian_utils::excuses::PolicyInfo [−][src]
pub struct PolicyInfo {
pub age: Option<AgeInfo>,
pub builtonbuildd: Option<BuiltOnBuildd>,
pub extras: HashMap<String, UnspecfiedPolicyInfo>,
}
Expand description
Collected policy infos
Fields
age: Option<AgeInfo>
The age policy
builtonbuildd: Option<BuiltOnBuildd>
The buildt-on-buildd policy
extras: HashMap<String, UnspecfiedPolicyInfo>
All remaining policies
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.