Struct cyfs_lib::NamedObjectCacheObjectData
source · pub struct NamedObjectCacheObjectData {
pub object: NONObjectInfo,
pub meta: NamedObjectMetaData,
}
Fields§
§object: NONObjectInfo
§meta: NamedObjectMetaData
Trait Implementations§
source§impl Clone for NamedObjectCacheObjectData
impl Clone for NamedObjectCacheObjectData
source§fn clone(&self) -> NamedObjectCacheObjectData
fn clone(&self) -> NamedObjectCacheObjectData
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