Struct cyfs_lib::UtilGetZoneOutputRequest
source · pub struct UtilGetZoneOutputRequest {
pub common: UtilOutputRequestCommon,
pub object_id: Option<ObjectId>,
pub object_raw: Option<Vec<u8>>,
}
Fields§
§common: UtilOutputRequestCommon
§object_id: Option<ObjectId>
§object_raw: Option<Vec<u8>>
Implementations§
Trait Implementations§
source§impl Clone for UtilGetZoneOutputRequest
impl Clone for UtilGetZoneOutputRequest
source§fn clone(&self) -> UtilGetZoneOutputRequest
fn clone(&self) -> UtilGetZoneOutputRequest
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