pub struct UtilBuildDirFromObjectMapOutputRequest {
pub common: UtilOutputRequestCommon,
pub object_map_id: ObjectId,
pub dir_type: BuildDirType,
}Fields§
§common: UtilOutputRequestCommon§object_map_id: ObjectId§dir_type: BuildDirTypeTrait Implementations§
source§impl Clone for UtilBuildDirFromObjectMapOutputRequest
impl Clone for UtilBuildDirFromObjectMapOutputRequest
source§fn clone(&self) -> UtilBuildDirFromObjectMapOutputRequest
fn clone(&self) -> UtilBuildDirFromObjectMapOutputRequest
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