Lines Matching defs:fmt
3 use std::fmt;
138 impl fmt::Display for Regex {
140 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
145 impl fmt::Debug for Regex {
147 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
148 fmt::Display::fmt(self, f)
1002 impl<'t> fmt::Debug for Captures<'t> {
1003 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
1010 impl<'c, 't> fmt::Debug for CapturesDebug<'c, 't> {
1011 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {