Struct cyfs_base::ObjectMapCacheItem
source · pub struct ObjectMapCacheItem {
pub object: ObjectMap,
pub access: AccessString,
}Fields§
§object: ObjectMap§access: AccessStringTrait Implementations§
source§impl Clone for ObjectMapCacheItem
impl Clone for ObjectMapCacheItem
source§fn clone(&self) -> ObjectMapCacheItem
fn clone(&self) -> ObjectMapCacheItem
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