Lines Matching refs:fmt
23 use std::fmt;
40 pub trait Candidate: fmt::Display {
105 impl fmt::Display for CandidateType {
106 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
165 impl fmt::Display for CandidateRelatedAddress {
166 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
213 impl fmt::Display for CandidatePairState {
214 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
250 impl fmt::Debug for CandidatePair {
251 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
264 impl fmt::Display for CandidatePair {
265 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method