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