1 2 3 4 5 6 7 8 9 10
// Generated by redfish-codegen. Do not modify. #[derive(Clone, Debug, serde::Deserialize, serde::Serialize)] #[derive(Default)] pub struct UUID(pub String); impl crate::Metadata<'static> for UUID { const JSON_SCHEMA: &'static str = "Resource.json"; }