pub type UtilGetZoneResponse = UtilGetZoneOutputResponse;
Aliased Type§
pub struct UtilGetZoneResponse {
pub zone_id: NamedObjectId<NamedObjType<ZoneDescContent, ZoneBodyContent>>,
pub zone: NamedObjectBase<NamedObjType<ZoneDescContent, ZoneBodyContent>>,
pub device_id: NamedObjectId<NamedObjType<DeviceDescContent, DeviceBodyContent>>,
}
Fields§
§zone_id: NamedObjectId<NamedObjType<ZoneDescContent, ZoneBodyContent>>
§zone: NamedObjectBase<NamedObjType<ZoneDescContent, ZoneBodyContent>>
§device_id: NamedObjectId<NamedObjType<DeviceDescContent, DeviceBodyContent>>
Trait Implementations
Source§impl Clone for UtilGetZoneOutputResponse
impl Clone for UtilGetZoneOutputResponse
Source§fn clone(&self) -> UtilGetZoneOutputResponse
fn clone(&self) -> UtilGetZoneOutputResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more