Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub struct VariablePattern {
pub name: String,
pub regex: Regex,
pub category: VariableCategory,
}
Regex-based pattern used to detect variable content.
name: StringStable placeholder name inserted into the template.
regex: RegexRegex used to detect matching content.
category: VariableCategorySemantic category assigned to matches from this pattern.
impl Debug for VariablePatternimpl Debug for VariablePattern
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result