Can get the state of VMs of a group

This commit is contained in:
2024-11-25 21:26:28 +01:00
parent 200ccd764d
commit 7eced6b8b5
3 changed files with 33 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
#[derive(serde::Serialize, serde::Deserialize, Clone, Copy, Debug, Eq, PartialEq)]
#[derive(serde::Serialize, serde::Deserialize, Clone, Copy, Debug, Eq, PartialEq, Hash)]
pub struct XMLUuid(pub uuid::Uuid);
impl XMLUuid {