Lines Matching defs:fmt
3 use std::fmt;
80 impl fmt::Display for Regex {
82 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
87 impl fmt::Debug for Regex {
89 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
90 fmt::Display::fmt(self, f)
992 impl<'t> fmt::Debug for Captures<'t> {
993 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
1000 impl<'c, 't> fmt::Debug for CapturesDebug<'c, 't> {
1001 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {