Struct cyfs_lib::NDNOutputRequestCommon
source · pub struct NDNOutputRequestCommon {
pub req_path: Option<String>,
pub dec_id: Option<ObjectId>,
pub level: NDNAPILevel,
pub target: Option<ObjectId>,
pub referer_object: Vec<NDNDataRefererObject>,
pub flags: u32,
}
Fields§
§req_path: Option<String>
§dec_id: Option<ObjectId>
§level: NDNAPILevel
§target: Option<ObjectId>
§referer_object: Vec<NDNDataRefererObject>
§flags: u32
Implementations§
source§impl NDNOutputRequestCommon
impl NDNOutputRequestCommon
pub fn new(level: NDNAPILevel) -> Self
Trait Implementations§
source§impl Clone for NDNOutputRequestCommon
impl Clone for NDNOutputRequestCommon
source§fn clone(&self) -> NDNOutputRequestCommon
fn clone(&self) -> NDNOutputRequestCommon
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NDNOutputRequestCommon
impl Debug for NDNOutputRequestCommon
source§impl<'de> Deserialize<'de> for NDNOutputRequestCommon
impl<'de> Deserialize<'de> for NDNOutputRequestCommon
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more