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
sourceimpl Display for BdtDataRefererInfo
impl Display for BdtDataRefererInfo
sourceimpl JsonCodec<BdtDataRefererInfo> for BdtDataRefererInfo
impl JsonCodec<BdtDataRefererInfo> for BdtDataRefererInfo
fn encode_json(&self) -> Map<String, Value>
fn decode_json(obj: &Map<String, Value>) -> BuckyResult<BdtDataRefererInfo>
fn encode_string(&self) -> String
fn decode_string(value: &str) -> Result<T, BuckyError>
fn decode_value(value: &Value) -> Result<T, BuckyError>
fn encode_value(&self) -> Value
Auto Trait Implementations
impl RefUnwindSafe for BdtDataRefererInfo
impl Send for BdtDataRefererInfo
impl Sync for BdtDataRefererInfo
impl Unpin for BdtDataRefererInfo
impl UnwindSafe for BdtDataRefererInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more