pub type UtilRequestCommon = UtilOutputRequestCommon;
Aliased Type§
struct UtilRequestCommon {
pub req_path: Option<String>,
pub dec_id: Option<ObjectId>,
pub target: Option<ObjectId>,
pub flags: u32,
}
Fields§
§req_path: Option<String>
§dec_id: Option<ObjectId>
§target: Option<ObjectId>
§flags: u32