Struct xfcc_parser::Element
source · pub struct Element<'a> {
pub by: Vec<Cow<'a, str>>,
pub hash: Option<Cow<'a, str>>,
pub cert: Option<Cow<'a, str>>,
pub chain: Option<Cow<'a, str>>,
pub subject: Option<Cow<'a, str>>,
pub uri: Vec<Cow<'a, str>>,
pub dns: Vec<Cow<'a, str>>,
}Expand description
An XFCC element
Fields§
§by: Vec<Cow<'a, str>>§hash: Option<Cow<'a, str>>§cert: Option<Cow<'a, str>>§chain: Option<Cow<'a, str>>§subject: Option<Cow<'a, str>>§uri: Vec<Cow<'a, str>>§dns: Vec<Cow<'a, str>>