Implement eq for usbmuxd connection type

This commit is contained in:
Jackson Coxson
2025-04-29 15:31:13 -06:00
parent 567ddcd661
commit 9069e7ba61

View File

@@ -22,7 +22,7 @@ mod des;
mod raw_packet; mod raw_packet;
/// Represents the connection type of a device /// Represents the connection type of a device
#[derive(Debug, Clone)] #[derive(Debug, Clone, PartialEq, Eq)]
pub enum Connection { pub enum Connection {
/// Connected via USB /// Connected via USB
Usb, Usb,