Searched defs:StaticDirective (Results 1 – 2 of 2) sorted by relevance
19 pub(crate) struct StaticDirective { struct20 pub(in crate::filter) target: Option<String>,21 pub(in crate::filter) field_names: Vec<String>,22 pub(in crate::filter) level: LevelFilter,166 impl StaticDirective { impl196 impl Ord for StaticDirective { implementation240 impl PartialOrd for StaticDirective { implementation246 impl Match for StaticDirective { implementation273 impl Default for StaticDirective { implementation283 impl fmt::Display for StaticDirective { implementation[all …]
47 pub(super) fn to_static(&self) -> Option<StaticDirective> { in to_static()