Searched defs:InMemoryGroupData (Results 1 – 1 of 1) sorted by relevance
38 pub(crate) struct InMemoryGroupData { struct43 impl Debug for InMemoryGroupData { argument55 impl InMemoryGroupData { impl56 pub fn new(state_data: Vec<u8>) -> InMemoryGroupData { in new()162 fn lock(&self) -> std::sync::MutexGuard<'_, HashMap<Vec<u8>, InMemoryGroupData>> { in lock() argument167 fn lock(&self) -> spin::mutex::MutexGuard<'_, BTreeMap<Vec<u8>, InMemoryGroupData>> { in lock() argument246 fn test_data(&self) -> InMemoryGroupData { in test_data()