Struct cyfs_lib::NDNGetDataInputRequest
source · pub struct NDNGetDataInputRequest {
pub common: NDNInputRequestCommon,
pub object_id: ObjectId,
pub data_type: NDNDataType,
pub range: Option<NDNDataRequestRange>,
pub inner_path: Option<String>,
}
Fields§
§common: NDNInputRequestCommon
§object_id: ObjectId
§data_type: NDNDataType
§range: Option<NDNDataRequestRange>
§inner_path: Option<String>
Implementations§
source§impl NDNGetDataInputRequest
impl NDNGetDataInputRequest
pub fn check_valid(&self) -> BuckyResult<()>
Trait Implementations§
source§impl Clone for NDNGetDataInputRequest
impl Clone for NDNGetDataInputRequest
source§fn clone(&self) -> NDNGetDataInputRequest
fn clone(&self) -> NDNGetDataInputRequest
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 more