Type Alias NONRequestCommon

Source
pub type NONRequestCommon = NONOutputRequestCommon;

Aliased Type§

struct NONRequestCommon {
    pub req_path: Option<String>,
    pub source: Option<NamedObjectId<NamedObjType<DeviceDescContent, DeviceBodyContent>>>,
    pub dec_id: Option<ObjectId>,
    pub level: NONAPILevel,
    pub target: Option<ObjectId>,
    pub flags: u32,
}

Fields§

§req_path: Option<String>§source: Option<NamedObjectId<NamedObjType<DeviceDescContent, DeviceBodyContent>>>§dec_id: Option<ObjectId>§level: NONAPILevel§target: Option<ObjectId>§flags: u32