change debug display order

This commit is contained in:
soruh 2023-03-28 14:16:24 +02:00
parent a2a2d89912
commit 1e7b10bc6d

View File

@ -171,8 +171,8 @@ impl Debug for PortHandler {
#[derive(Debug)]
#[allow(dead_code)]
struct State<'n> {
name: &'n str,
state: PortStatus,
name: &'n str,
number: u32,
port: u16,
last_change: DisplayAsDebug<String>,