Home
last modified time | relevance | path

Searched defs:MatchDebug (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/env/
Dfield.rs137 pub(crate) struct MatchDebug { struct
138 pattern: Arc<str>,
317 pub(super) fn into_debug_match(self) -> MatchDebug { in into_debug_match()
349 impl MatchDebug { impl
406 impl fmt::Display for MatchDebug { implementation
413 impl AsRef<str> for MatchDebug { implementation
420 impl PartialEq for MatchDebug { implementation
427 impl Eq for MatchDebug {} implementation
429 impl PartialOrd for MatchDebug { implementation
436 impl Ord for MatchDebug { implementation