Searched defs:MatchDebug (Results 1 – 1 of 1) sorted by relevance
137 pub(crate) struct MatchDebug { struct138 pattern: Arc<str>,317 pub(super) fn into_debug_match(self) -> MatchDebug { in into_debug_match()349 impl MatchDebug { impl406 impl fmt::Display for MatchDebug { implementation413 impl AsRef<str> for MatchDebug { implementation420 impl PartialEq for MatchDebug { implementation427 impl Eq for MatchDebug {} implementation429 impl PartialOrd for MatchDebug { implementation436 impl Ord for MatchDebug { implementation