Searched defs:DataInner (Results 1 – 1 of 1) sorted by relevance
123 struct DataInner { struct124 filter_map: FilterMap,125 metadata: &'static Metadata<'static>,126 parent: Option<Id>,127 ref_count: AtomicUsize,130 pub(crate) extensions: RwLock<ExtensionsInner>,183 fn get(&self, id: &Id) -> Option<Ref<'_, DataInner>> { in get() argument448 impl Default for DataInner { implementation493 impl Clear for DataInner { implementation