Enum openmetrics_parser::openmetrics::Rule [−][src]
pub enum Rule {
Show 45 variants
sign,
backslash,
dquote,
eq,
comma,
hash,
sp,
msp,
kw_type,
kw_help,
kw_unit,
kw_eof,
kw_counter,
kw_gauge,
kw_histogram,
kw_gaugehistogram,
kw_statefulset,
kw_info,
kw_summary,
kw_unknown,
exposition,
metricset,
metricfamily,
metricdescriptor,
metric,
metrictype,
metricunit,
sample,
exemplar,
labels,
label,
number,
timestamp,
realnumber,
metricname,
metricname_char,
metricname_initialchar,
labelname,
labelname_char,
labelname_initialchar,
helpstring,
helpchar,
escapedstring,
escapedchar,
normalchar,
}
Variants
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Rule
impl UnwindSafe for Rule
Blanket Implementations
Mutably borrows from an owned value. Read more