Struct cyfs_lib::NDNDataRefererObject
source · pub struct NDNDataRefererObject {
pub target: Option<ObjectId>,
pub object_id: ObjectId,
pub inner_path: Option<String>,
}
Fields§
§target: Option<ObjectId>
§object_id: ObjectId
§inner_path: Option<String>
Implementations§
Trait Implementations§
source§impl Clone for NDNDataRefererObject
impl Clone for NDNDataRefererObject
source§fn clone(&self) -> NDNDataRefererObject
fn clone(&self) -> NDNDataRefererObject
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 NDNDataRefererObject
impl Debug for NDNDataRefererObject
source§impl Display for NDNDataRefererObject
impl Display for NDNDataRefererObject
source§impl FromStr for NDNDataRefererObject
impl FromStr for NDNDataRefererObject
source§impl PartialEq<NDNDataRefererObject> for NDNDataRefererObject
impl PartialEq<NDNDataRefererObject> for NDNDataRefererObject
source§fn eq(&self, other: &NDNDataRefererObject) -> bool
fn eq(&self, other: &NDNDataRefererObject) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.