Enum cyfs_lib::NDNQueryFileParam
source · pub enum NDNQueryFileParam {
File(ObjectId),
Hash(HashValue),
QuickHash(String),
Chunk(ChunkId),
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for NDNQueryFileParam
impl Clone for NDNQueryFileParam
source§fn clone(&self) -> NDNQueryFileParam
fn clone(&self) -> NDNQueryFileParam
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