Struct cyfs_lib::BdtDataRefererInfo
source · pub struct BdtDataRefererInfo {
pub target: Option<ObjectId>,
pub object_id: ObjectId,
pub inner_path: Option<String>,
pub dec_id: Option<ObjectId>,
pub req_path: Option<String>,
pub referer_object: Vec<NDNDataRefererObject>,
pub flags: u32,
}
Fields§
§target: Option<ObjectId>
§object_id: ObjectId
§inner_path: Option<String>
§dec_id: Option<ObjectId>
§req_path: Option<String>
§referer_object: Vec<NDNDataRefererObject>
§flags: u32
Trait Implementations§
source§impl Debug for BdtDataRefererInfo
impl Debug for BdtDataRefererInfo
source§impl Display for BdtDataRefererInfo
impl Display for BdtDataRefererInfo
source§impl From<&NDNGetDataInputRequest> for BdtDataRefererInfo
impl From<&NDNGetDataInputRequest> for BdtDataRefererInfo
source§fn from(req: &NDNGetDataInputRequest) -> Self
fn from(req: &NDNGetDataInputRequest) -> Self
Converts to this type from the input type.