Struct cyfs_lib::UtilGetZoneOutputResponse
source · pub struct UtilGetZoneOutputResponse {
pub zone_id: ZoneId,
pub zone: Zone,
pub device_id: DeviceId,
}
Fields§
§zone_id: ZoneId
§zone: Zone
§device_id: DeviceId
Trait Implementations§
source§impl Clone for UtilGetZoneOutputResponse
impl Clone for UtilGetZoneOutputResponse
source§fn clone(&self) -> UtilGetZoneOutputResponse
fn clone(&self) -> UtilGetZoneOutputResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more