Lines Matching refs:fmt

22 use std::fmt;
48 impl fmt::Display for Displayer<ListDeviceResponse> {
49 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
65 impl fmt::Display for Displayer<&model::Device> {
66 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
86 impl fmt::Display for Displayer<&model::Chip> {
87 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
175 impl fmt::Display for Displayer<&model::chip::BleBeacon> {
176 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
213 impl fmt::Display for Displayer<&model::Position> {
214 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
234 impl fmt::Display for Displayer<&model::chip::ble_beacon::AdvertiseSettings> {
235 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
263 impl fmt::Display for Displayer<&model::chip::ble_beacon::AdvertiseData> {
264 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
301 impl fmt::Display for Displayer<&advertise_settings::Interval> {
302 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
313 _ => Err(fmt::Error), in fmt()
318 impl fmt::Display for Displayer<&advertise_settings::Tx_power> {
319 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
330 _ => Err(fmt::Error), in fmt()
335 impl fmt::Display for Displayer<&model::chip::Radio> {
336 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
353 impl fmt::Display for Displayer<&Option<bool>> {
354 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method