pub type RootStateRequestCommon = RootStateOutputRequestCommon;Aliased Type§
pub struct RootStateRequestCommon {
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