Struct cyfs_lib::ChunkObjectRef
source · pub struct ChunkObjectRef {
pub object_id: ObjectId,
pub relation: ChunkObjectRelation,
}
Fields§
§object_id: ObjectId
§relation: ChunkObjectRelation
Trait Implementations§
source§impl Clone for ChunkObjectRef
impl Clone for ChunkObjectRef
source§fn clone(&self) -> ChunkObjectRef
fn clone(&self) -> ChunkObjectRef
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