Lines Matching defs:fmt
40 use std::fmt;
1750 impl fmt::Debug for State {
1751 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
1760 impl fmt::Debug for Transitions {
1761 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
1774 impl<'a> fmt::Debug for TransitionsRow<'a> {
1775 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
1792 impl fmt::Debug for StateFlags {
1793 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {