pub type MetaRequestCommon = MetaOutputRequestCommon;
Aliased Type§
struct MetaRequestCommon {
pub dec_id: Option<ObjectId>,
pub target_dec_id: Option<ObjectId>,
pub target: Option<ObjectId>,
pub flags: u32,
}
Fields§
§dec_id: Option<ObjectId>
§target_dec_id: Option<ObjectId>
§target: Option<ObjectId>
§flags: u32